diff options
Diffstat (limited to 'host/lib/usrp/b100/b100_iface.cpp')
-rw-r--r-- | host/lib/usrp/b100/b100_iface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_iface.cpp b/host/lib/usrp/b100/b100_iface.cpp index 17ea2e6ad..7baa5da37 100644 --- a/host/lib/usrp/b100/b100_iface.cpp +++ b/host/lib/usrp/b100/b100_iface.cpp @@ -39,7 +39,7 @@ using namespace uhd::transport; **********************************************************************/ static const bool iface_debug = true; static const boost::uint16_t USRP_B_FW_COMPAT_NUM = 0x02; -static const boost::uint16_t USRP_B_FPGA_COMPAT_NUM = 0x03; +static const boost::uint16_t USRP_B_FPGA_COMPAT_NUM = 0x04; /*********************************************************************** * I2C + FX2 implementation wrapper |