Skip to content

Commit

Permalink
Retuned for ECS crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
peterantypas committed Feb 24, 2022
1 parent 597621c commit 1b9a5df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
// Descriptions:
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
*/
#define RF_GLOBAL_XO_TUNE_1 0x11, 0x00, 0x01, 0x00, 0x40
#define RF_GLOBAL_XO_TUNE_1 0x11, 0x00, 0x01, 0x00, 0x41

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/radio_config_si4362_c2.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
// GLOBAL_CLK_CFG - Clock configuration options.
*/
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x40, 0x00
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x41, 0x00

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/radio_config_si4460.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
// GLOBAL_CLK_CFG - Clock configuration options.
*/
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x40, 0x00
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x41, 0x00

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/radio_config_si4467.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
// GLOBAL_CLK_CFG - Clock configuration options.
*/
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x40, 0x00
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x41, 0x00

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down

0 comments on commit 1b9a5df

Please sign in to comment.