From d9d16bd0c5aa905dd2737b708969c24bf151a73f Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Wed, 9 Apr 2014 13:01:54 -0700 Subject: nirio: Removed RX zero-copy workaround for NI-RIO 13.0 --- host/include/uhd/transport/nirio/nirio_quirks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/transport/nirio/nirio_quirks.h b/host/include/uhd/transport/nirio/nirio_quirks.h index 326eeeb8c..ed4f72e7f 100644 --- a/host/include/uhd/transport/nirio/nirio_quirks.h +++ b/host/include/uhd/transport/nirio/nirio_quirks.h @@ -24,8 +24,8 @@ //Quirk#1: We need to verify RX zero-copy data transfers from the RIO // driver if we are in full duplex mode. -// This option allows disabling this quirk by compiling it out. -#define UHD_NIRIO_RX_FIFO_XFER_CHECK_EN 1 +// This option allows enabling this quirk. +#define UHD_NIRIO_RX_FIFO_XFER_CHECK_EN 0 namespace uhd { namespace niusrprio { -- cgit v1.2.3