diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-07 19:15:10 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-23 14:36:56 -0700 |
commit | f3f64abc49e20723dd00f0ecc5201f015d4744c3 (patch) | |
tree | 07df5e783e15392e213fac28ada840beafddac14 /host/lib/usrp/usrp2/fw_common.h | |
parent | 672a77767faf0070e94de0c8acd74328a301cae5 (diff) | |
download | uhd-f3f64abc49e20723dd00f0ecc5201f015d4744c3.tar.gz uhd-f3f64abc49e20723dd00f0ecc5201f015d4744c3.tar.bz2 uhd-f3f64abc49e20723dd00f0ecc5201f015d4744c3.zip |
fifo ctrl: various tweaks
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index 2dfc7f519..acd5d1f3a 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -30,8 +30,8 @@ extern "C" { #endif //fpga and firmware compatibility numbers -#define USRP2_FPGA_COMPAT_NUM 9 -#define USRP2_FW_COMPAT_NUM 11 +#define USRP2_FPGA_COMPAT_NUM 10 +#define USRP2_FW_COMPAT_NUM 12 #define USRP2_FW_VER_MINOR 2 //used to differentiate control packets over data port |