diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-24 10:16:51 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:10 -0800 |
commit | 59a7133edf4ce2a939ac2b9a3264623fb269e9c6 (patch) | |
tree | cb5de4152567cff46a6b8c55fc5e7fd50f8029fa /host/lib/usrp/usrp2/mboard_impl.cpp | |
parent | 07de916b7646c78d4ad5ba9104d52343e993d198 (diff) | |
download | uhd-59a7133edf4ce2a939ac2b9a3264623fb269e9c6.tar.gz uhd-59a7133edf4ce2a939ac2b9a3264623fb269e9c6.tar.bz2 uhd-59a7133edf4ce2a939ac2b9a3264623fb269e9c6.zip |
usrp-n: removed serdes control, its not needed, fw must set this up
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index 766ea993c..deb43bb13 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -58,7 +58,6 @@ usrp2_mboard_impl::usrp2_mboard_impl( //contruct the interfaces to mboard perifs _clock_ctrl = usrp2_clock_ctrl::make(_iface); _codec_ctrl = usrp2_codec_ctrl::make(_iface); - _serdes_ctrl = usrp2_serdes_ctrl::make(_iface); //_gps_ctrl = usrp2_gps_ctrl::make(_iface); //if(_gps_ctrl->gps_detected()) std::cout << "GPS time: " << _gps_ctrl->get_time() << std::endl; |