diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-15 15:36:59 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-15 15:36:59 -0700 |
commit | 2b81cbddd61038130b01dabc0459db5ca153458c (patch) | |
tree | aacbb765a150339abea94f5748d8b578c00e2cbe /host | |
parent | 3a2aeef7e080e27b8744c520908eff4173a86e30 (diff) | |
download | uhd-2b81cbddd61038130b01dabc0459db5ca153458c.tar.gz uhd-2b81cbddd61038130b01dabc0459db5ca153458c.tar.bz2 uhd-2b81cbddd61038130b01dabc0459db5ca153458c.zip |
usrp2: bump usrp2 fw minor to 4 for upcoming patch release
Diffstat (limited to 'host')
-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 f19a738b5..35d128054 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -32,7 +32,7 @@ extern "C" { //fpga and firmware compatibility numbers #define USRP2_FPGA_COMPAT_NUM 7 #define USRP2_FW_COMPAT_NUM 10 -#define USRP2_FW_VER_MINOR 3 +#define USRP2_FW_VER_MINOR 4 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 |