diff options
author | Josh Blum <josh@joshknows.com> | 2013-10-04 16:11:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-10-04 16:49:32 -0700 |
commit | 56f391ad6486d956740225b9aed9954865572bdd (patch) | |
tree | 8cc1f2774887a4c19a68f737795aa0840e837dfb /host/lib/usrp/b100/b100_impl.hpp | |
parent | 8521c3927550118d5faadcd725e4c70087465569 (diff) | |
download | uhd-56f391ad6486d956740225b9aed9954865572bdd.tar.gz uhd-56f391ad6486d956740225b9aed9954865572bdd.tar.bz2 uhd-56f391ad6486d956740225b9aed9954865572bdd.zip |
uhd: wb_iface is now a public interface
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 2 |
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 f81aa3568..ab83c80a3 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -67,7 +67,7 @@ static const std::string B100_EEPROM_MAP_KEY = "B100"; //! Make a b100 dboard interface uhd::usrp::dboard_iface::sptr make_b100_dboard_iface( - wb_iface::sptr wb_iface, + uhd::wb_iface::sptr wb_iface, uhd::i2c_iface::sptr i2c_iface, uhd::spi_iface::sptr spi_iface, b100_clock_ctrl::sptr clock, |