aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.hpp
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2014-08-12 18:28:36 -0700
committerAshish Chaudhari <ashish@ettus.com>2014-08-12 18:28:36 -0700
commit675350a1d69bafaf76e3723707b23ec1d2830e53 (patch)
treeb16bb60d6a7eaccdde64c04fc86491be81f1438f /host/lib/usrp/b200/b200_impl.hpp
parent145f1d7cf7aa94f67c7ba349e29daff9a7d85d54 (diff)
downloaduhd-675350a1d69bafaf76e3723707b23ec1d2830e53.tar.gz
uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.tar.bz2
uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.zip
b200, ad9361: Cleanup up AD9361 driver
- Removed transaction interface - Made the driver a C++ class
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r--host/lib/usrp/b200/b200_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp
index c9462c6d6..155ff699c 100644
--- a/host/lib/usrp/b200/b200_impl.hpp
+++ b/host/lib/usrp/b200/b200_impl.hpp
@@ -100,7 +100,7 @@ private:
//controllers
b200_iface::sptr _iface;
radio_ctrl_core_3000::sptr _local_ctrl;
- ad9361_ctrl::sptr _codec_ctrl;
+ uhd::usrp::ad9361_ctrl::sptr _codec_ctrl;
b200_local_spi_core::sptr _spi_iface;
boost::shared_ptr<uhd::usrp::adf4001_ctrl> _adf4001_iface;
uhd::gps_ctrl::sptr _gps;