diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-20 19:57:04 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-20 19:57:04 -0800 |
commit | 607f5df7013810e94bbe049e457858ec68f8dd0e (patch) | |
tree | 1b607ce8fae00dee527c22e18fb7b15fdb38b79b /host/lib/usrp/usrp2/fw_common.h | |
parent | e558283f9ff2550d164d868c8e66a5561c781474 (diff) | |
download | uhd-607f5df7013810e94bbe049e457858ec68f8dd0e.tar.gz uhd-607f5df7013810e94bbe049e457858ec68f8dd0e.tar.bz2 uhd-607f5df7013810e94bbe049e457858ec68f8dd0e.zip |
usrp2: code working again in a completed form but did not test dual dsp
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 33c0b728a..6eb047454 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -30,7 +30,7 @@ extern "C" { #endif //fpga and firmware compatibility numbers -#define USRP2_FPGA_COMPAT_NUM 4 +#define USRP2_FPGA_COMPAT_NUM 5 #define USRP2_FW_COMPAT_NUM 9 //used to differentiate control packets over data port |