diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-20 10:49:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-20 10:49:52 -0700 |
commit | 0f705316752a911ed031a479355e44f922222970 (patch) | |
tree | 4597cd730eb2df684e058967e3a6fc43b537ba7b /host/examples | |
parent | df020c6923aae830a20a2405c9de086b22e7c5f0 (diff) | |
download | uhd-0f705316752a911ed031a479355e44f922222970.tar.gz uhd-0f705316752a911ed031a479355e44f922222970.tar.bz2 uhd-0f705316752a911ed031a479355e44f922222970.zip |
usrp2: turn on ups_per_sec to avoid timeout issues on low sample rates
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; |