summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-19 20:26:40 -0700
committerJosh Blum <josh@joshknows.com>2011-09-19 20:43:14 -0700
commit9728dd7ddb77f86130191ef8228de53f62544c57 (patch)
tree71876cba0370cc4ec99446388c447628064f5756 /host/lib/usrp
parent5e40f9ef156f0c5a0ebd7a71ba4b9afd3b08bd20 (diff)
downloaduhd-9728dd7ddb77f86130191ef8228de53f62544c57.tar.gz
uhd-9728dd7ddb77f86130191ef8228de53f62544c57.tar.bz2
uhd-9728dd7ddb77f86130191ef8228de53f62544c57.zip
usrp1: disable pad to one for usrp1 (not needed)
This was messing up the pad to 512 bytes logic for empty flushes.
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/usrp1/io_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/io_impl.cpp b/host/lib/usrp/usrp1/io_impl.cpp
index 28399ce57..de325ea5d 100644
--- a/host/lib/usrp/usrp1/io_impl.cpp
+++ b/host/lib/usrp/usrp1/io_impl.cpp
@@ -18,6 +18,7 @@
#include "validate_subdev_spec.hpp"
#define SRPH_DONT_CHECK_SEQUENCE
#include "../../transport/super_recv_packet_handler.hpp"
+#define SSPH_DONT_PAD_TO_ONE
#include "../../transport/super_send_packet_handler.hpp"
#include "usrp1_calc_mux.hpp"
#include "fpga_regs_standard.h"