diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-28 10:52:26 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-28 10:52:26 -0700 |
commit | 8b4a7bc8aecfe804de779f3e27fff41082f0446a (patch) | |
tree | 1f90798755dbdc8e2ffb9224cc2685958d64ca94 /host/lib/usrp/usrp2 | |
parent | 10ab62e55ddaf2fc622d9d4ce7b1b9738e34e22c (diff) | |
download | uhd-8b4a7bc8aecfe804de779f3e27fff41082f0446a.tar.gz uhd-8b4a7bc8aecfe804de779f3e27fff41082f0446a.tar.bz2 uhd-8b4a7bc8aecfe804de779f3e27fff41082f0446a.zip |
usrp2: remove hw config readback, not needed
Diffstat (limited to 'host/lib/usrp/usrp2')
-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 83f4a1048..46a57fc95 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 1 +#define USRP2_FW_VER_MINOR 2 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 |