From df70e3e87874d80516c6d43cfe745d511d54f206 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 30 Apr 2013 00:12:44 -0700 Subject: [PATCH] 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 --- src/cc1111/ao_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2