aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/io_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-03-14 17:48:34 -0700
committerJosh Blum <josh@joshknows.com>2013-03-25 16:05:41 -0700
commitee3082224f579da63b33f44f5275288032aac774 (patch)
tree8a780cb65ac80c4c0ed7ac3e88127c742d54e303 /host/lib/usrp/e100/io_impl.cpp
parentc5223d192205f729b316197c83fc69eb67b6ee45 (diff)
downloaduhd-ee3082224f579da63b33f44f5275288032aac774.tar.gz
uhd-ee3082224f579da63b33f44f5275288032aac774.tar.bz2
uhd-ee3082224f579da63b33f44f5275288032aac774.zip
e100: switch to fixed length xfers
Diffstat (limited to 'host/lib/usrp/e100/io_impl.cpp')
-rw-r--r--host/lib/usrp/e100/io_impl.cpp2
1 files changed, 1 insertions, 1 deletions
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){