summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-15 16:56:22 -0700
committerJosh Blum <josh@joshknows.com>2011-06-15 16:56:22 -0700
commit0994660d2434e0072590e883439ba29f678aac93 (patch)
treefbfe583400690ebb764b0faac1d36c07e2b27a84 /host/lib
parent4802b02463cd8d3a3adde2c38f6936936fe80571 (diff)
downloaduhd-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')
-rw-r--r--host/lib/usrp/b100/b100_iface.cpp2
-rw-r--r--host/lib/usrp/usrp2/fw_common.h2
2 files changed, 2 insertions, 2 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
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h
index e5c60f27c..21abc6aed 100644
--- a/host/lib/usrp/usrp2/fw_common.h
+++ b/host/lib/usrp/usrp2/fw_common.h
@@ -30,7 +30,7 @@ extern "C" {
#endif
//fpga and firmware compatibility numbers
-#define USRP2_FPGA_COMPAT_NUM 6
+#define USRP2_FPGA_COMPAT_NUM 7
#define USRP2_FW_COMPAT_NUM 10
//used to differentiate control packets over data port