diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-15 16:56:22 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-15 16:56:22 -0700 |
commit | 0994660d2434e0072590e883439ba29f678aac93 (patch) | |
tree | fbfe583400690ebb764b0faac1d36c07e2b27a84 /host/lib/usrp/b100/b100_iface.cpp | |
parent | 4802b02463cd8d3a3adde2c38f6936936fe80571 (diff) | |
download | uhd-0994660d2434e0072590e883439ba29f678aac93.tar.gz uhd-0994660d2434e0072590e883439ba29f678aac93.tar.bz2 uhd-0994660d2434e0072590e883439ba29f678aac93.zip |
uhd: changed compat numbers to reflect dsp work in fpga
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 |