From 1bd5f44de5485aa835999ee7a6c65ea6836953d1 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 27 Oct 2016 14:51:02 -0700 Subject: rfnoc: Removed transport endianness as make arg This is only confusing, since the blocks do not have to care about endianness. The control interface needs to know (and takes care of it internally), and the streaming transport does the same (and does not directly connect to blocks). Reviewed-By: Michael West --- host/tests/device3_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/tests') diff --git a/host/tests/device3_test.cpp b/host/tests/device3_test.cpp index 657436717..a81f4ca0a 100644 --- a/host/tests/device3_test.cpp +++ b/host/tests/device3_test.cpp @@ -87,7 +87,6 @@ class pseudo_device3_impl : public uhd::device3 make_args.base_address = TEST_SID0.get_dst(); make_args.device_index = 0; make_args.tree = _tree; - make_args.is_big_endian = false; std::cout << "[PSEUDO] Generating block controls 1/2:" << std::endl; _rfnoc_block_ctrl.push_back( block_ctrl_base::make(make_args) ); -- cgit v1.2.3