Commit 838c33df authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: default calibration values for release bitstream

parent 7e0a0cd4
...@@ -23,10 +23,10 @@ int wrc_ui_mode = UI_SHELL_MODE; ...@@ -23,10 +23,10 @@ int wrc_ui_mode = UI_SHELL_MODE;
/////////////////////////////////// ///////////////////////////////////
//Calibration data (from EEPROM if available) //Calibration data (from EEPROM if available)
int32_t sfp_alpha = -73622176; //default value if could not read EEPROM int32_t sfp_alpha = -73622176; //default values if could not read EEPROM
int32_t sfp_deltaTx = 46407; //default value if could not read EEPROM int32_t sfp_deltaTx = 46407;
int32_t sfp_deltaRx = 177093; //default value if could not read EEPROM int32_t sfp_deltaRx = 167843;
uint32_t cal_phase_transition = 2394; //7000; uint32_t cal_phase_transition = 2389;
void wrc_initialize() void wrc_initialize()
{ {
......
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