diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 2e0bebded..20c54c6a7 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -230,7 +230,7 @@ private: const uhd::usrp::mboard_eeprom_t & ); - void check_fw_compat(const uhd::fs_path &mb_path, uhd::wb_iface::sptr iface); + void check_fw_compat(const uhd::fs_path &mb_path, const mboard_members_t &members); void check_fpga_compat(const uhd::fs_path &mb_path, const mboard_members_t &members); /// More IO stuff |