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/b200 | |
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/b200')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 818906e60..eced4a539 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -132,8 +132,8 @@ struct b200_impl : public uhd::device boost::shared_ptr<AsyncTaskData> _async_task_data; void handle_async_task(uhd::transport::zero_copy_if::sptr, boost::shared_ptr<AsyncTaskData>); - void register_loopback_self_test(wb_iface::sptr iface); - void codec_loopback_self_test(wb_iface::sptr iface); + void register_loopback_self_test(uhd::wb_iface::sptr iface); + void codec_loopback_self_test(uhd::wb_iface::sptr iface); void set_mb_eeprom(const uhd::usrp::mboard_eeprom_t &); void check_fw_compat(void); void check_fpga_compat(void); |