aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_impl.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-04-06 16:35:50 -0700
committerMartin Braun <martin.braun@ettus.com>2015-04-06 16:35:50 -0700
commit38b740cde2dfde06185edb83d9caa64a56789914 (patch)
treef5073ba267ee22a36e915bdb40fba94845e15958 /host/lib/usrp/b100/b100_impl.hpp
parent949eebc0e456db83bb44da24197a038ea695b65b (diff)
parent93d909e7c8c4053a05cdc9cb69c886183b4a7f09 (diff)
downloaduhd-38b740cde2dfde06185edb83d9caa64a56789914.tar.gz
uhd-38b740cde2dfde06185edb83d9caa64a56789914.tar.bz2
uhd-38b740cde2dfde06185edb83d9caa64a56789914.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r--host/lib/usrp/b100/b100_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp
index dbca543be..5a8f70d73 100644
--- a/host/lib/usrp/b100/b100_impl.hpp
+++ b/host/lib/usrp/b100/b100_impl.hpp
@@ -68,7 +68,7 @@ static const size_t B100_MAX_RATE_USB2 = 32000000; // bytes/s
//! Make a b100 dboard interface
uhd::usrp::dboard_iface::sptr make_b100_dboard_iface(
- uhd::wb_iface::sptr wb_iface,
+ uhd::timed_wb_iface::sptr wb_iface,
uhd::i2c_iface::sptr i2c_iface,
uhd::spi_iface::sptr spi_iface,
b100_clock_ctrl::sptr clock,