aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2018-01-09 16:40:14 -0800
committermichael-west <michael.west@ettus.com>2018-01-09 16:40:14 -0800
commitf76762c6e9cd7d7e308c589d57cb891eda45a4e8 (patch)
tree7b7f1b6acaacc43bbabc890cb97f30a99e8503ac /host
parent574c6d6fe5decf844a2d458b7b2e5127d90abe65 (diff)
downloaduhd-f76762c6e9cd7d7e308c589d57cb891eda45a4e8.tar.gz
uhd-f76762c6e9cd7d7e308c589d57cb891eda45a4e8.tar.bz2
uhd-f76762c6e9cd7d7e308c589d57cb891eda45a4e8.zip
fixup! TwinRX: Added ADF5356 synth and TwinRX Rev C support
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/dboard/twinrx/twinrx_ctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/twinrx/twinrx_ctrl.cpp b/host/lib/usrp/dboard/twinrx/twinrx_ctrl.cpp
index 29ab7e874..2cc36c228 100644
--- a/host/lib/usrp/dboard/twinrx/twinrx_ctrl.cpp
+++ b/host/lib/usrp/dboard/twinrx/twinrx_ctrl.cpp
@@ -23,7 +23,7 @@ namespace {
const double TWINRX_DESIRED_REFERENCE_FREQ = 50e6;
const double TWINRX_REV_AB_PFD_FREQ = 6.25e6;
- const double TWINRX_REV_C_PFD_FREQ = 12.6e6;
+ const double TWINRX_REV_C_PFD_FREQ = 12.5e6;
}
class twinrx_ctrl_impl : public twinrx_ctrl {