diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-08-16 18:21:37 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-08-16 18:21:37 -0700 |
commit | 230368da5c55c0eb587960db50f68e1b618f271c (patch) | |
tree | 8d78c73a451634c7db7c04c861ff3654dc8797f4 /host | |
parent | 288f932423e96424fc4bb3b473c0247594e242e2 (diff) | |
download | uhd-230368da5c55c0eb587960db50f68e1b618f271c.tar.gz uhd-230368da5c55c0eb587960db50f68e1b618f271c.tar.bz2 uhd-230368da5c55c0eb587960db50f68e1b618f271c.zip |
Rev firmware compatibility number to 6
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 85d41d57f..cc6c41ba7 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -34,7 +34,7 @@ extern "C" { //fpga and firmware compatibility numbers #define USRP2_FPGA_COMPAT_NUM 1 -#define USRP2_FW_COMPAT_NUM 5 +#define USRP2_FW_COMPAT_NUM 6 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 |