diff options
| author | Keith Packard <keithp@keithp.com> | 2012-04-12 14:50:12 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-04-14 14:04:29 -0700 |
| commit | f952f9c285e2718a433c8c720c9b5d9c369e7036 (patch) | |
| tree | 4062f619ad7406d9f6c1983c584e3d53839d5721 /src/cc1111 | |
| parent | 6d1606895f70c6bca20c25084107f90bd0b613ec (diff) | |
altos: Start adding apogee lockout support
Remove radio channel support too.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111')
| -rw-r--r-- | src/cc1111/ao_radio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc1111/ao_radio.c b/src/cc1111/ao_radio.c index ee506f89..51ed369b 100644 --- a/src/cc1111/ao_radio.c +++ b/src/cc1111/ao_radio.c @@ -286,7 +286,7 @@ ao_radio_get(uint8_t len) ao_config_get(); ao_mutex_get(&ao_radio_mutex); ao_radio_idle(); - RF_CHANNR = ao_config.radio_channel; + RF_CHANNR = 0; RF_FREQ2 = (uint8_t) (ao_config.radio_setting >> 16); RF_FREQ1 = (uint8_t) (ao_config.radio_setting >> 8); RF_FREQ0 = (uint8_t) (ao_config.radio_setting); |
