Bugfixed the cc2530 LOW_POWER_RX configuration

Report and fix by Tom Xiao
This commit is contained in:
George Oikonomou 2012-07-10 10:54:49 +01:00
parent 62fbd389d8
commit d66241fd97

View file

@ -170,7 +170,7 @@ init(void)
return 0;
}
#ifdef CC2530_RF_LOW_POWER_RX
#if CC2530_RF_LOW_POWER_RX
/* Reduce RX power consumption current to 20mA at the cost of sensitivity */
RXCTRL = 0x00;
FSCTRL = 0x50;