Skip to content

Commit

Permalink
Change CCDEF_MDMCFG2 value in order to use 16 bit sync words
Browse files Browse the repository at this point in the history
  • Loading branch information
madAle committed May 6, 2019
1 parent 0bc831e commit 0b97c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloaders/rf/cc430radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum RFSTATE
#define CCDEF_FREQ0_433 0x62 // Frequency Control Word, Low Byte
#define CCDEF_MDMCFG4 0xCA // Modem configuration.
#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 0b97c73

Please sign in to comment.