From 838c33dfc8a82825cab051e3c4b43660ee6c9599 Mon Sep 17 00:00:00 2001
From: Grzegorz Daniluk <grzegorz.daniluk@cern.ch>
Date: Fri, 10 Aug 2012 16:45:30 +0200
Subject: [PATCH] wrc_main: default calibration values for release bitstream

---
 wrc_main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wrc_main.c b/wrc_main.c
index 935eca6..bc01951 100644
--- a/wrc_main.c
+++ b/wrc_main.c
@@ -23,10 +23,10 @@ int wrc_ui_mode = UI_SHELL_MODE;
 
 ///////////////////////////////////
 //Calibration data (from EEPROM if available)
-int32_t sfp_alpha = -73622176;  //default value if could not read EEPROM
-int32_t sfp_deltaTx = 46407;  //default value if could not read EEPROM
-int32_t sfp_deltaRx = 177093; //default value if could not read EEPROM
-uint32_t cal_phase_transition = 2394; //7000;
+int32_t sfp_alpha = -73622176;  //default values if could not read EEPROM
+int32_t sfp_deltaTx = 46407;
+int32_t sfp_deltaRx = 167843;
+uint32_t cal_phase_transition = 2389;
 
 void wrc_initialize()
 {
-- 
GitLab