diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-25 18:08:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-25 18:08:03 -0700 |
commit | fb1f8e1abbd349b1ef42853cd1a312ae80fbdaef (patch) | |
tree | 479ccc0601b9bc4a2bf5d73f5f0aa1ca6db7d472 /host/lib/usrp/usrp2/fw_common.h | |
parent | 48ad3b734314bdec2128dacb20b09fd4cf1f5979 (diff) | |
download | uhd-fb1f8e1abbd349b1ef42853cd1a312ae80fbdaef.tar.gz uhd-fb1f8e1abbd349b1ef42853cd1a312ae80fbdaef.tar.bz2 uhd-fb1f8e1abbd349b1ef42853cd1a312ae80fbdaef.zip |
usrp2: changes to mux calculation routine and usrp2 fpga compat number
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 cc6c41ba7..e812e1221 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 1 +#define USRP2_FPGA_COMPAT_NUM 2 #define USRP2_FW_COMPAT_NUM 6 //used to differentiate control packets over data port |