diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-24 20:30:42 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:10 -0800 |
commit | 5f651c29913e3ae2616569ea6aef24d7a2f3f9d6 (patch) | |
tree | 11a03918a822e8d8d4fe9e4a3760ea6015534b2b /host | |
parent | ecdb22b449e13d1ded69b82e5736d4c09c7db23a (diff) | |
download | uhd-5f651c29913e3ae2616569ea6aef24d7a2f3f9d6.tar.gz uhd-5f651c29913e3ae2616569ea6aef24d7a2f3f9d6.tar.bz2 uhd-5f651c29913e3ae2616569ea6aef24d7a2f3f9d6.zip |
packet_router: incremented fpga and fw compat numbers
Diffstat (limited to 'host')
-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 a9c39e650..efbb4b954 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -33,8 +33,8 @@ extern "C" { #endif //fpga and firmware compatibility numbers -#define USRP2_FPGA_COMPAT_NUM 3 -#define USRP2_FW_COMPAT_NUM 7 +#define USRP2_FPGA_COMPAT_NUM 4 +#define USRP2_FW_COMPAT_NUM 8 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 |