Bugfixed the cc2530 LOW_POWER_RX configuration
Report and fix by Tom Xiao
This commit is contained in:
parent
62fbd389d8
commit
d66241fd97
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue