diff options
| author | Robert Garbee <robert@gag.com> | 2012-07-18 14:25:27 -0600 |
|---|---|---|
| committer | Robert Garbee <robert@gag.com> | 2012-07-18 14:25:27 -0600 |
| commit | e2b472bbb2418fc13be42dbc7c52beb88479c46d (patch) | |
| tree | 80c758082cad6517d86fb4aa31abc6a6049555eb /src/drivers | |
| parent | 75d6aa6f798606f1a6c5a46542065dda81e63b2a (diff) | |
| parent | b242f2756a8d9419a9bdba890b9e6b73560bdc19 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/drivers')
| -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 */
|
