From 6c58e263533ebf1d4959dc461e8a5f9ff9ccb439 Mon Sep 17 00:00:00 2001 From: Grzegorz Daniluk Date: Wed, 1 Aug 2012 18:29:10 +0200 Subject: [PATCH] wrc_main: remove unused compilation flag --- wrc_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wrc_main.c b/wrc_main.c index 3fcce853..26a3ec29 100644 --- a/wrc_main.c +++ b/wrc_main.c @@ -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; -- 2.18.1