Commit 495b5c7f authored by Omar Gabella's avatar Omar Gabella

Read fixed delays during WRLS

parent 67a5eac0
......@@ -30,11 +30,6 @@ int wrpc_read_calibration_data(struct pp_instance *ppi,
if (clock_period)
*clock_period = state.clock_period;
#ifdef BROADCAST_BASE
/* CLB_Base Fixed delays calibration has been removed from the WRLS. */
*deltaTx = 0;
*deltaRx = 0;
#else
/* check if tx is calibrated,
* if so read data */
if (state.calib.tx_calibrated) {
......@@ -54,7 +49,7 @@ int wrpc_read_calibration_data(struct pp_instance *ppi,
+ state.calib.delta_rx_board;
} else
return WR_HW_CALIB_NOT_FOUND;
#endif // BROADCAST_BASE
return WR_HW_CALIB_OK;
}
......
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