diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-11 18:09:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-11 18:09:56 -0700 |
commit | 1314feb429b8c2713d9fd0e9da077825d0a9c3bc (patch) | |
tree | a5ba6e1396fe0f444f6e0f1287f8740deecf9da6 /host/lib/usrp/usrp2/fw_common.h | |
parent | 453b450aa2f40f1ab3689855654fd2167f554ccc (diff) | |
download | uhd-1314feb429b8c2713d9fd0e9da077825d0a9c3bc.tar.gz uhd-1314feb429b8c2713d9fd0e9da077825d0a9c3bc.tar.bz2 uhd-1314feb429b8c2713d9fd0e9da077825d0a9c3bc.zip |
usrp2: use 32-bit flow control sequence numbers
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-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 783e5c772..2cd3ee595 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -33,7 +33,7 @@ extern "C" { #endif //fpga and firmware compatibility numbers -#define USRP2_FPGA_COMPAT_NUM 2 +#define USRP2_FPGA_COMPAT_NUM 3 #define USRP2_FW_COMPAT_NUM 7 //used to differentiate control packets over data port |