diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-23 14:23:00 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-23 14:23:00 -0700 |
commit | dca3a6de26d26c0020f3fb2cf5d8ac1552c195b1 (patch) | |
tree | 58ffd10f02323a2567870c161cb7671080dec913 | |
parent | fbe3096f7e9a8112dbc79f376eccdaa6872ae520 (diff) |
Crank up radio to 10dBm
-rw-r--r-- | ao_radio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |