diff options
author | Michael West <michael.west@ettus.com> | 2019-03-25 09:33:42 -0700 |
---|---|---|
committer | Michael West <michael.west@ettus.com> | 2019-03-25 09:41:43 -0700 |
commit | e7acb0567fe5d49cb0634b926bdb3e9146d3c5b0 (patch) | |
tree | 5dd643c760044a7d6eec9e76acd374e6da55ea4f /host/lib/usrp/x300 | |
parent | b772c98717554dca5f58a149917257da5c6a4d8c (diff) | |
download | uhd-e7acb0567fe5d49cb0634b926bdb3e9146d3c5b0.tar.gz uhd-e7acb0567fe5d49cb0634b926bdb3e9146d3c5b0.tar.bz2 uhd-e7acb0567fe5d49cb0634b926bdb3e9146d3c5b0.zip |
Revert b993f4f0d85eee53c1256e0381c3a173af7d5833
Revert "cores: Update rx_frontend_gen3.v controls for 1/4-rate mixer"
Commit introduced 180 degree ambiguity in TwinRX phase alignment.
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 45301640a..e240d8be6 100644 --- a/host/lib/usrp/x300/x300_fw_common.h +++ b/host/lib/usrp/x300/x300_fw_common.h @@ -23,7 +23,7 @@ extern "C" { #define X300_REVISION_MIN 2 #define X300_FW_COMPAT_MAJOR 6 #define X300_FW_COMPAT_MINOR 0 -#define X300_FPGA_COMPAT_MAJOR 0x24 +#define X300_FPGA_COMPAT_MAJOR 0x23 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 |