From 0f705316752a911ed031a479355e44f922222970 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 20 May 2011 10:49:52 -0700 Subject: usrp2: turn on ups_per_sec to avoid timeout issues on low sample rates --- host/examples/tx_timed_samples.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/examples') diff --git a/host/examples/tx_timed_samples.cpp b/host/examples/tx_timed_samples.cpp index 03f87122d..d33dc13c3 100644 --- a/host/examples/tx_timed_samples.cpp +++ b/host/examples/tx_timed_samples.cpp @@ -100,9 +100,6 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ uhd::device::SEND_MODE_ONE_PACKET, timeout ); - //use a small timeout for subsequent packets - timeout = 0.1; - //do not use time spec for subsequent packets md.has_time_spec = false; -- cgit v1.2.3