diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-14 17:49:48 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-14 17:49:48 -0700 |
commit | 012381d999c4a895593412aaf06e73432b458810 (patch) | |
tree | 8ef03dfdca4f851cf1b5558d48a3d81bf3dccfd0 /host/lib/usrp/x300/x300_impl.cpp | |
parent | b1f7b34846030c6f5f2bcf9e37f0c5c9358abf56 (diff) | |
parent | bb5a664ccf247d3d0d9cbd61a3713503c4c75193 (diff) | |
download | uhd-012381d999c4a895593412aaf06e73432b458810.tar.gz uhd-012381d999c4a895593412aaf06e73432b458810.tar.bz2 uhd-012381d999c4a895593412aaf06e73432b458810.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.cpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 070a5c276..91e6ded26 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -622,7 +622,6 @@ void x300_impl::setup_mb(const size_t mb_i, const uhd::device_addr_t &dev_addr) mb.hw_rev = X300_REV("D"); } - UHD_VAR(mb.hw_rev) if (mb.hw_rev > X300_MAX_HW_REV) { throw uhd::runtime_error(str( boost::format("Unsupported board revision number: %d.\n" |