aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.cpp
diff options
context:
space:
mode:
authorAlex Williams <alex.williams@ni.com>2019-09-04 11:08:48 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 12:21:31 -0800
commitf3a86a32944ae68047e6f64369e93a6830742601 (patch)
tree6311b9a070d777bd823f7f1b2e6581acd776d9ac /host/lib/usrp/x300/x300_impl.cpp
parentcb9329a681552e6ac6277d16e1627afcbb23e637 (diff)
downloaduhd-f3a86a32944ae68047e6f64369e93a6830742601.tar.gz
uhd-f3a86a32944ae68047e6f64369e93a6830742601.tar.bz2
uhd-f3a86a32944ae68047e6f64369e93a6830742601.zip
rfnoc: Unify endianness of transports
Ethernet now uses the same serialization of the RFNoC stream as all the other transports.
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.cpp')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp2
1 files changed, 1 insertions, 1 deletions
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);
/***********************************************************************