From ee3082224f579da63b33f44f5275288032aac774 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 14 Mar 2013 17:48:34 -0700 Subject: e100: switch to fixed length xfers --- host/lib/usrp/e100/io_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/e100/io_impl.cpp') diff --git a/host/lib/usrp/e100/io_impl.cpp b/host/lib/usrp/e100/io_impl.cpp index 4d521e222..e34620444 100644 --- a/host/lib/usrp/e100/io_impl.cpp +++ b/host/lib/usrp/e100/io_impl.cpp @@ -31,7 +31,7 @@ using namespace uhd; using namespace uhd::usrp; using namespace uhd::transport; -static const size_t vrt_send_header_offset_words32 = 1; +static const size_t vrt_send_header_offset_words32 = 0; void e100_impl::update_tick_rate(const double rate){ -- cgit v1.2.3