Commit 47ff5c0b authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrc_main: t2/t4 phase transition parameter value externalized from ptp

parent 26630513
......@@ -64,10 +64,13 @@ static PtpPortDS *ptpPortDS;
static PtpClockDS ptpClockDS;
///////////////////////////////////
//Calibration data (from EEPROM if available)
int32_t sfp_alpha = -73622176; //default value if could not read EEPROM
int32_t sfp_deltaTx = 0;
int32_t sfp_deltaRx = 0;
uint32_t cal_phase_transition = 7000;
///////////////////////////////////
#include "ptp-noposix/libptpnetif/ptpd_netif.h"
......
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