diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-11-12 12:14:08 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-11 15:34:51 -0600 |
commit | 084e00c425ed6c861885ca704086825f28fe48c4 (patch) | |
tree | 5d9ef7cfbf1fa6d8644281be6713d28c0f6fc5ec /host/lib/usrp/x300/x300_mb_controller.cpp | |
parent | 57635b69e165b01ababfa064c5f0ccf405582f31 (diff) | |
download | uhd-084e00c425ed6c861885ca704086825f28fe48c4.tar.gz uhd-084e00c425ed6c861885ca704086825f28fe48c4.tar.bz2 uhd-084e00c425ed6c861885ca704086825f28fe48c4.zip |
x300: clang-format
Diffstat (limited to 'host/lib/usrp/x300/x300_mb_controller.cpp')
-rw-r--r-- | host/lib/usrp/x300/x300_mb_controller.cpp | 6 |
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) |