mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-31 22:29:47 +00:00
Bugfixed the cc2530 LOW_POWER_RX configuration
Report and fix by Tom Xiao
This commit is contained in:
parent
62fbd389d8
commit
d66241fd97
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user