diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-08-14 12:18:09 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-08-14 12:18:09 -0700 |
commit | e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012 (patch) | |
tree | d2207797d389c7d782fe3384dca8cb7caaa96d62 /host/lib/usrp/x300 | |
parent | 5c9fbf9d60677ed9fb5705e71bf845b727184efe (diff) | |
download | uhd-e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012.tar.gz uhd-e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012.tar.bz2 uhd-e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012.zip |
b200,e300,x300: Updated compat number for release 3.9.0
- b200: compat 10
- e300: compat 10
- x300: compat 14
Diffstat (limited to 'host/lib/usrp/x300')
-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 6493e938d..b0b7cfd02 100644 --- a/host/lib/usrp/x300/x300_fw_common.h +++ b/host/lib/usrp/x300/x300_fw_common.h @@ -33,7 +33,7 @@ extern "C" { #define X300_REVISION_MIN 2 #define X300_FW_COMPAT_MAJOR 4 #define X300_FW_COMPAT_MINOR 0 -#define X300_FPGA_COMPAT_MAJOR 13 +#define X300_FPGA_COMPAT_MAJOR 14 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 |