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/usrp2_impl.hpp | |
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/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index aa8eb0155..d0bc175ca 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -22,7 +22,6 @@ #include "clock_ctrl.hpp" #include "codec_ctrl.hpp" #include "gps_ctrl.hpp" -#include "serdes_ctrl.hpp" #include <uhd/device.hpp> #include <uhd/utils/pimpl.hpp> #include <uhd/types/dict.hpp> @@ -105,7 +104,6 @@ private: usrp2_iface::sptr _iface; usrp2_clock_ctrl::sptr _clock_ctrl; usrp2_codec_ctrl::sptr _codec_ctrl; - usrp2_serdes_ctrl::sptr _serdes_ctrl; usrp2_gps_ctrl::sptr _gps_ctrl; //properties for this mboard |