diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-30 00:12:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-30 00:12:44 -0700 |
commit | a47b7ade1019959f3b9b845fb96c21bbb1bfdf2a (patch) | |
tree | 450c352154438981b41097ab4b708965e9d70209 | |
parent | 263e394288927ce8815e3147ee6408d7b8eba1a6 (diff) |
altos: Open up the DVGA gain to use all of the available settings
We usually work in RF quiet areas; let the AGC hardware try all of the
available gain settings.
Signed-off-by: Keith Packard <keithp@keithp.com>
-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 4842486b..88b8f686 100644 --- a/src/cc1111/ao_radio.c +++ b/src/cc1111/ao_radio.c @@ -187,7 +187,7 @@ static __code uint8_t radio_setup[] = { RF_BSCFG_BS_POST_KI_PRE_KI| RF_BSCFG_BS_POST_KP_PRE_KP| RF_BSCFG_BS_LIMIT_0), - RF_AGCCTRL2_OFF, 0x43, + RF_AGCCTRL2_OFF, 0x03, RF_AGCCTRL1_OFF, 0x40, RF_AGCCTRL0_OFF, 0x91, |