Commit 6c58e263 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: remove unused compilation flag

parent 79f921c9
......@@ -23,11 +23,7 @@ int wrc_ui_mode = UI_SHELL_MODE;
///////////////////////////////////
//Calibration data (from EEPROM if available)
#ifdef WRPC_MASTER
int32_t sfp_alpha = 73622176; //default value if could not read EEPROM
#else
int32_t sfp_alpha = -73622176; //default value if could not read EEPROM
#endif
int32_t sfp_deltaTx = 46407; //default value if could not read EEPROM
int32_t sfp_deltaRx = 189093; //default value if could not read EEPROM
uint32_t cal_phase_transition = 2394; //7000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment