From 084e00c425ed6c861885ca704086825f28fe48c4 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 12 Nov 2021 12:14:08 +0100 Subject: x300: clang-format --- host/lib/usrp/x300/x300_mb_controller.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/lib/usrp/x300/x300_mb_controller.cpp') 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) -- cgit v1.2.3