Commit 92eee579 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: workaround for all those who want to test WRPC in default…

wrc_main: workaround for all those who want to test WRPC in default configuration without calibration data stored in eeprom
parent 47ff5c0b
......@@ -66,7 +66,11 @@ static PtpClockDS ptpClockDS;
///////////////////////////////////
//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 = 0;
int32_t sfp_deltaRx = 0;
uint32_t cal_phase_transition = 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