diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-17 21:06:07 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-17 21:06:07 -0700 |
commit | 9fd5e3c28fb0fd6da8641e7dd18b9912866d1b75 (patch) | |
tree | 491a21ae23e4f13c54fd564987515bc986fdb5e7 | |
parent | 700818c8ff0518e79bff2f0e80b2cc3cb3b48bf0 (diff) |
altos: With debug cables disconnected, CC1120 seems happy at +16dBm
Let's see how it goes...
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/drivers/ao_cc1120_CC1120.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_cc1120_CC1120.h b/src/drivers/ao_cc1120_CC1120.h index 5376afd5..44cca938 100644 --- a/src/drivers/ao_cc1120_CC1120.h +++ b/src/drivers/ao_cc1120_CC1120.h @@ -83,7 +83,7 @@ CC1120_RFEND_CFG1, 0x0f, /* RFEND Configuration, Reg 1 */
CC1120_RFEND_CFG0, 0x00, /* RFEND Configuration, Reg 0 */
// CC1120_PA_CFG2, 0x3f, /* Power Amplifier Configuration, Reg 2 */
- CC1120_PA_CFG2, 0x04, /* Power Amplifier Configuration, Reg 2 */
+ CC1120_PA_CFG2, 0x3f, /* Power Amplifier Configuration, Reg 2 */
CC1120_PA_CFG1, 0x56, /* Power Amplifier Configuration, Reg 1 */
CC1120_PA_CFG0, 0x7b, /* Power Amplifier Configuration, Reg 0 */
CC1120_PKT_LEN, 0xff, /* Packet Length Configuration */
|