summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-23 14:23:00 -0700
committerKeith Packard <keithp@keithp.com>2009-04-23 14:23:00 -0700
commitdca3a6de26d26c0020f3fb2cf5d8ac1552c195b1 (patch)
tree58ffd10f02323a2567870c161cb7671080dec913
parentfbe3096f7e9a8112dbc79f376eccdaa6872ae520 (diff)
Crank up radio to 10dBm
-rw-r--r--ao_radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_radio.c b/ao_radio.c
index 13362d3e..78d7d8dd 100644
--- a/ao_radio.c
+++ b/ao_radio.c
@@ -89,7 +89,7 @@
#define RF_POWER_7_DBM 0xc8
#define RF_POWER_10_DBM 0xc0
-#define RF_POWER RF_POWER_0_DBM
+#define RF_POWER RF_POWER_10_DBM
static __code uint8_t radio_setup[] = {
RF_PA_TABLE7_OFF, RF_POWER,