diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-23 10:09:53 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-23 10:09:53 -0700 |
commit | 407e30867802fe67bf7fc3c7e5d7e53fb84110c4 (patch) | |
tree | db7b22a4334372d625b463e1318c8970a540f296 /host/lib/usrp/usrp2/fw_common.h | |
parent | da800edf099db2adcb6b2fd4038cc6d15cdaf57f (diff) | |
parent | 4e8f0817001d14a9eb2b85f042f185b0c802b6ed (diff) | |
download | uhd-407e30867802fe67bf7fc3c7e5d7e53fb84110c4.tar.gz uhd-407e30867802fe67bf7fc3c7e5d7e53fb84110c4.tar.bz2 uhd-407e30867802fe67bf7fc3c7e5d7e53fb84110c4.zip |
Merge branch 'maint'
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 |