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_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_impl.cpp') diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index d1d7b43f7..636202d33 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -41,7 +41,7 @@ void init_prop_tree( const uhd::rfnoc::chdr::chdr_packet_factory x300_impl::_pkt_factory( - CHDR_W_64, ENDIANNESS_BIG); + CHDR_W_64, ENDIANNESS_LITTLE); /*********************************************************************** -- cgit v1.2.3