diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-08-15 14:11:59 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-08-22 16:27:00 -0700 |
commit | 3814e07606514a650b99e4909bd2fb1bdfadc2e2 (patch) | |
tree | 4c5df0ec408bdc1aedef96bcd8d34772e0105cd6 /host/lib/usrp/x300/x300_impl.hpp | |
parent | e0e611aea74c30607397e70e79fbde023271a10f (diff) | |
download | uhd-3814e07606514a650b99e4909bd2fb1bdfadc2e2.tar.gz uhd-3814e07606514a650b99e4909bd2fb1bdfadc2e2.tar.bz2 uhd-3814e07606514a650b99e4909bd2fb1bdfadc2e2.zip |
x300: Improve firmware compat error message
Now matches the FPGA error message (go download, then run
uhd_image_loader).
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 |