diff options
author | michael-west <michael.west@ettus.com> | 2015-04-22 17:55:43 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-23 09:48:37 -0700 |
commit | 4e8f0817001d14a9eb2b85f042f185b0c802b6ed (patch) | |
tree | 93e125d6d2280443f54a440e58e0e8afb1cc2f82 /host/lib/usrp/usrp2/fw_common.h | |
parent | 63ba4f76a76d9b04d8642abc71f002cb23a8759d (diff) | |
download | uhd-4e8f0817001d14a9eb2b85f042f185b0c802b6ed.tar.gz uhd-4e8f0817001d14a9eb2b85f042f185b0c802b6ed.tar.bz2 uhd-4e8f0817001d14a9eb2b85f042f185b0c802b6ed.zip |
USRP2: Separate FPGA compat numbers for USRP2 and N200.
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index cfaee0ddc..81dd3523e 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -30,7 +30,8 @@ extern "C" { #endif //fpga and firmware compatibility numbers -#define USRP2_FPGA_COMPAT_NUM 11 +#define USRP2_FPGA_COMPAT_NUM 10 +#define N200_FPGA_COMPAT_NUM 11 #define USRP2_FW_COMPAT_NUM 12 #define USRP2_FW_VER_MINOR 4 |