From 0994660d2434e0072590e883439ba29f678aac93 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 15 Jun 2011 16:56:22 -0700 Subject: uhd: changed compat numbers to reflect dsp work in fpga --- host/lib/usrp/b100/b100_iface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/b100') 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 -- cgit v1.2.3