commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10239 - gnuradio/branches/developers/gnychis/inband_d


From: gnychis
Subject: [Commit-gnuradio] r10239 - gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband
Date: Thu, 15 Jan 2009 23:49:58 -0700 (MST)

Author: gnychis
Date: 2009-01-15 23:49:57 -0700 (Thu, 15 Jan 2009)
New Revision: 10239

Modified:
   
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
no longer getting transmit errors on writes to the bus, starting the TX was 
still needed aside from enabling it

Modified: 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
       2009-01-16 06:25:17 UTC (rev 10238)
+++ 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
       2009-01-16 06:49:57 UTC (rev 10239)
@@ -350,7 +350,7 @@
     return;
   }
 
-  //d_utx->start();
+  d_utx->start();
 
   if (verbose)
     std::cout << "[USRP_USB_INTERFACE] Setup TX channel\n";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]