aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-10 14:47:58 -0800
committerJosh Blum <josh@joshknows.com>2011-03-10 14:47:58 -0800
commit6d744744d88f8834f91c76742cd190e204f2ae8e (patch)
treec371ec17f83733ea9669e1839625212e1a63e996 /host/examples
parent928e3a7d68ca368467fb77477fa1a6283ac258d9 (diff)
downloaduhd-6d744744d88f8834f91c76742cd190e204f2ae8e.tar.gz
uhd-6d744744d88f8834f91c76742cd190e204f2ae8e.tar.bz2
uhd-6d744744d88f8834f91c76742cd190e204f2ae8e.zip
uhd: revert changes to rx_timed_samples
Diffstat (limited to 'host/examples')
-rw-r--r--host/examples/rx_timed_samples.cpp10
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;