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_mb_iface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_mb_iface.cpp') diff --git a/host/lib/usrp/x300/x300_mb_iface.cpp b/host/lib/usrp/x300/x300_mb_iface.cpp index 2c053080d..5642ffc98 100644 --- a/host/lib/usrp/x300/x300_mb_iface.cpp +++ b/host/lib/usrp/x300/x300_mb_iface.cpp @@ -44,7 +44,7 @@ uhd::endianness_t x300_impl::x300_mb_iface::get_endianness( const uhd::rfnoc::device_id_t /*local_device_id*/) { // FIXME - return uhd::ENDIANNESS_BIG; + return uhd::ENDIANNESS_LITTLE; } uhd::rfnoc::device_id_t x300_impl::x300_mb_iface::get_remote_device_id() -- cgit v1.2.3