summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-30 00:12:44 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 20:08:00 -0700
commitdf70e3e87874d80516c6d43cfe745d511d54f206 (patch)
tree2f2f3b482b825d75b5ecd657ffcb800946d0097d
parente18910659e56ea52ee493d8cc4bce4b219d5bb75 (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.c2
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,