mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
Bugfixed the cc2530 LOW_POWER_RX configuration
Report and fix by Tom Xiao
This commit is contained in:
@@ -170,7 +170,7 @@ init(void)
|
|||||||
return 0;
|
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 */
|
/* Reduce RX power consumption current to 20mA at the cost of sensitivity */
|
||||||
RXCTRL = 0x00;
|
RXCTRL = 0x00;
|
||||||
FSCTRL = 0x50;
|
FSCTRL = 0x50;
|
||||||
|
Reference in New Issue
Block a user