diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-24 15:55:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-24 15:55:25 -0700 |
commit | 04256ee8c38478a48d5969dc63faff10361962f5 (patch) | |
tree | f1e4ac01be5a6ddde9e411f7590a8396edb37e0f /host/lib/usrp/dboard | |
parent | 908b5429917ef8f3f5363f5ffc4710e0258914e6 (diff) | |
parent | d74af0b4d17d66f9bb94638a06a25195f6dc885a (diff) | |
download | uhd-04256ee8c38478a48d5969dc63faff10361962f5.tar.gz uhd-04256ee8c38478a48d5969dc63faff10361962f5.tar.bz2 uhd-04256ee8c38478a48d5969dc63faff10361962f5.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/dboard')
-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 |