diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-17 13:28:17 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-17 13:28:17 -0700 |
commit | b52877b3d9af48ecde6f5378755e8c2337a41921 (patch) | |
tree | 24c2c37db008d1196ddd4196ca615170ab50bc9f /host/lib | |
parent | c0cfc69948b444901325326372265b0f13f7d223 (diff) | |
download | uhd-b52877b3d9af48ecde6f5378755e8c2337a41921.tar.gz uhd-b52877b3d9af48ecde6f5378755e8c2337a41921.tar.bz2 uhd-b52877b3d9af48ecde6f5378755e8c2337a41921.zip |
usrp2: increment fpga and fw compat numbers
Diffstat (limited to 'host/lib')
-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 68c49cafc..9b49610d9 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 5 -#define USRP2_FW_COMPAT_NUM 9 +#define USRP2_FPGA_COMPAT_NUM 6 +#define USRP2_FW_COMPAT_NUM 10 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 |