From f3a86a32944ae68047e6f64369e93a6830742601 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Wed, 4 Sep 2019 11:08:48 -0700 Subject: rfnoc: Unify endianness of transports Ethernet now uses the same serialization of the RFNoC stream as all the other transports. --- host/lib/usrp/x300/x300_fw_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_fw_common.h') diff --git a/host/lib/usrp/x300/x300_fw_common.h b/host/lib/usrp/x300/x300_fw_common.h index a966bcd13..6cc363d1e 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 0x25 +#define X300_FPGA_COMPAT_MAJOR 0x26 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 -- cgit v1.2.3