diff options
author | michael-west <michael.west@ettus.com> | 2014-08-18 12:20:30 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-08-18 22:52:53 +0200 |
commit | 9bf965c804022e876c4ca5382db4849257c6222d (patch) | |
tree | 0d4756b2147a6d87f11af922ebd24877678156dd | |
parent | 63794de468e08494452166daad0fb42c04a0b05f (diff) | |
download | uhd-9bf965c804022e876c4ca5382db4849257c6222d.tar.gz uhd-9bf965c804022e876c4ca5382db4849257c6222d.tar.bz2 uhd-9bf965c804022e876c4ca5382db4849257c6222d.zip |
Bumping FPGA compat to 7.
-rw-r--r-- | host/lib/usrp/x300/x300_fw_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_fw_common.h b/host/lib/usrp/x300/x300_fw_common.h index 0bbaee319..f1ff5ce7d 100644 --- a/host/lib/usrp/x300/x300_fw_common.h +++ b/host/lib/usrp/x300/x300_fw_common.h @@ -31,7 +31,7 @@ extern "C" { #define X300_FW_COMPAT_MAJOR 3 #define X300_FW_COMPAT_MINOR 0 -#define X300_FPGA_COMPAT_MAJOR 6 +#define X300_FPGA_COMPAT_MAJOR 7 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 |