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/usrp2/fw_common.h | |
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/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |