aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_mb_controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300/x300_mb_controller.cpp')
-rw-r--r--host/lib/usrp/x300/x300_mb_controller.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/x300/x300_mb_controller.cpp b/host/lib/usrp/x300/x300_mb_controller.cpp
index 268cd9bd2..ccbd7c20e 100644
--- a/host/lib/usrp/x300/x300_mb_controller.cpp
+++ b/host/lib/usrp/x300/x300_mb_controller.cpp
@@ -634,7 +634,7 @@ bool x300_mb_controller::is_pps_present()
std::this_thread::sleep_for(100ms);
if (pps_detect
!= _fw_regmap->clock_status_reg.read(
- fw_regmap_t::clk_status_reg_t::PPS_DETECT))
+ fw_regmap_t::clk_status_reg_t::PPS_DETECT))
return true;
}
return false;
@@ -647,10 +647,10 @@ bool x300_mb_controller::get_ref_locked()
== 1)
&& (_fw_regmap->clock_status_reg.get(
fw_regmap_t::clk_status_reg_t::RADIO_CLK_LOCK)
- == 1)
+ == 1)
&& (_fw_regmap->clock_status_reg.get(
fw_regmap_t::clk_status_reg_t::IDELAYCTRL_LOCK)
- == 1);
+ == 1);
}
void x300_mb_controller::self_cal_adc_xfer_delay(bool apply_delay)