diff options
author | Nick Foster <nick@ettus.com> | 2011-05-23 13:24:29 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-05-23 13:24:29 -0700 |
commit | 92c664bd52adb57f09b5ceae08361a08ce405935 (patch) | |
tree | cb9cf01c799ae26db4b3d7e1cac239110d6ff3e0 /host/examples | |
parent | 21856ee1ba8fb755bf94a0c70c76287f4998b6bf (diff) | |
parent | f9fae3373e67c1bc19ab594d4b5604d69ecb0d68 (diff) | |
download | uhd-92c664bd52adb57f09b5ceae08361a08ce405935.tar.gz uhd-92c664bd52adb57f09b5ceae08361a08ce405935.tar.bz2 uhd-92c664bd52adb57f09b5ceae08361a08ce405935.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv
Diffstat (limited to 'host/examples')
-rw-r--r-- | host/examples/tx_timed_samples.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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; |