From d66241fd97122690f1ea4361b052f0f277327b11 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 10 Jul 2012 10:54:49 +0100 Subject: [PATCH] Bugfixed the cc2530 LOW_POWER_RX configuration Report and fix by Tom Xiao --- cpu/cc253x/dev/cc2530-rf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cc253x/dev/cc2530-rf.c b/cpu/cc253x/dev/cc2530-rf.c index dff05e2d4..a8c12b800 100644 --- a/cpu/cc253x/dev/cc2530-rf.c +++ b/cpu/cc253x/dev/cc2530-rf.c @@ -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;