diff options
| -rw-r--r-- | host/lib/usrp/dboard/db_ubx.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/db_ubx.cpp b/host/lib/usrp/dboard/db_ubx.cpp index 1e79c14b0..7cb4b2d6b 100644 --- a/host/lib/usrp/dboard/db_ubx.cpp +++ b/host/lib/usrp/dboard/db_ubx.cpp @@ -266,6 +266,8 @@ public:          }          // Enable the reference clocks that we need +        _rx_target_pfd_freq = pfd_freq_max; +        _tx_target_pfd_freq = pfd_freq_max;          if (_rev >= 1)          {              // set dboard clock rates to as close to the max PFD freq as possible  | 
