Skip to content

Commit

Permalink
Also change CCDEF_MDMCFG2 where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
madAle committed May 6, 2019
1 parent 0b97c73 commit b68f1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/panstamp/cc430radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ enum RFSTATE
#define CCDEF_MDMCFG4_4800 0xC7 // Modem configuration. Speed = 4800 bps
#define CCDEF_MDMCFG4_38400 0xCA // Modem configuration. Speed = 38 Kbps
#define CCDEF_MDMCFG3 0x83 // Modem configuration.
#define CCDEF_MDMCFG2 0x93 // Modem configuration.
#define CCDEF_MDMCFG2 0x92 // Modem configuration.
#define CCDEF_MDMCFG1 0x22 // Modem configuration.
#define CCDEF_MDMCFG0 0xF8 // Modem configuration.
#define CCDEF_CHANNR 0x00 // Channel number.
Expand Down

0 comments on commit b68f1f7

Please sign in to comment.