From 56f391ad6486d956740225b9aed9954865572bdd Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 4 Oct 2013 16:11:50 -0700 Subject: uhd: wb_iface is now a public interface --- host/lib/usrp/b200/b200_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/b200') 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 _async_task_data; void handle_async_task(uhd::transport::zero_copy_if::sptr, boost::shared_ptr); - 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); -- cgit v1.2.3