diff options
author | Ciro Nishiguchi <ciro.nishiguchi@ni.com> | 2020-05-15 09:44:18 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-15 16:21:51 -0500 |
commit | 231393123eca83128c66fbdd005062b19c422343 (patch) | |
tree | 1815bab592b870d0ffe7583e4b33d6859062c230 /host/lib/usrp/common/lmx2592.cpp | |
parent | 8d9a2b5b94e33dc7b1f5272c13a2c5afe9ae6e81 (diff) | |
download | uhd-231393123eca83128c66fbdd005062b19c422343.tar.gz uhd-231393123eca83128c66fbdd005062b19c422343.tar.bz2 uhd-231393123eca83128c66fbdd005062b19c422343.zip |
rh: Remove unnecessary register read during set frequency
This unnecessary reads causes timed commands on rhodium to block. It
also makes it behave differently based on whether logging is enabled.
Diffstat (limited to 'host/lib/usrp/common/lmx2592.cpp')
-rw-r--r-- | host/lib/usrp/common/lmx2592.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/common/lmx2592.cpp b/host/lib/usrp/common/lmx2592.cpp index e1c85c05f..ed3d22574 100644 --- a/host/lib/usrp/common/lmx2592.cpp +++ b/host/lib/usrp/common/lmx2592.cpp @@ -286,9 +286,6 @@ public: _regs.fcal_enable = 1; commit(); - UHD_LOGGER_TRACE("LMX2592") - << "PLL lock status: " << (get_lock_status() ? "Locked" : "Unlocked"); - return actual_f_lo; } |