diff options
| author | Josh Blum <josh@joshknows.com> | 2011-03-10 14:47:58 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-03-10 14:47:58 -0800 | 
| commit | 6d744744d88f8834f91c76742cd190e204f2ae8e (patch) | |
| tree | c371ec17f83733ea9669e1839625212e1a63e996 | |
| parent | 928e3a7d68ca368467fb77477fa1a6283ac258d9 (diff) | |
| download | uhd-6d744744d88f8834f91c76742cd190e204f2ae8e.tar.gz uhd-6d744744d88f8834f91c76742cd190e204f2ae8e.tar.bz2 uhd-6d744744d88f8834f91c76742cd190e204f2ae8e.zip  | |
uhd: revert changes to rx_timed_samples
| -rw-r--r-- | host/examples/rx_timed_samples.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/host/examples/rx_timed_samples.cpp b/host/examples/rx_timed_samples.cpp index a9d19dbe8..630b4a7a9 100644 --- a/host/examples/rx_timed_samples.cpp +++ b/host/examples/rx_timed_samples.cpp @@ -133,16 +133,6 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){          num_acc_samps += num_rx_samps;      } done_loop: -    std::cout << "disconnect now!!!!!!!!\n"; -    sleep(3); - -    try{ -        usrp.reset(); -    } -    catch(...){ -        std::cout << "error caught \n"; -    } -      //finished      std::cout << std::endl << "Done!" << std::endl << std::endl;  | 
