Commit bd7988c6 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

move tx_phase_cal.conf location from /update to /wr/etc

parent 30b94910
......@@ -90,7 +90,7 @@ static fsm_event_table_entry_t port_tx_setup_fsm_events[] = {
// hal_port_rts_state
static struct rts_pll_state _pll_state;
/* path to the file where Low Phase Drift calib parameters are stored */
static char *_calibrationFileName = "/update/tx_phase_cal.conf";
static char *_calibrationFileName = "/wr/etc/tx_phase_cal.conf";
struct config_file *_calibrationConfig; // Calibration config form file
static char *_fpgaStatusFileName = "/tmp/load_fpga_status";
......
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