Author: eb
Date: 2007-06-03 14:13:15 -0600 (Sun, 03 Jun 2007)
New Revision: 5642

Modified:
   
gnuradio/branches/developers/eb/ibu/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
work-in-progress

Modified: 
gnuradio/branches/developers/eb/ibu/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
--- 
gnuradio/branches/developers/eb/ibu/usrp/host/lib/inband/usrp_usb_interface.cc  
    2007-06-03 20:01:12 UTC (rev 5641)
+++ 
gnuradio/branches/developers/eb/ibu/usrp/host/lib/inband/usrp_usb_interface.cc  
    2007-06-03 20:13:15 UTC (rev 5642)
@@ -123,8 +123,8 @@
 
   // Open up a standard RX and TX for communication with the USRP
    
-  //std::string rbf = "usrp_inband_usb.rbf";
-  std::string rbf = "";
+  std::string rbf = "usrp_inband_usb.rbf";
+  //std::string rbf = "";
 
   d_utx = usrp_standard_tx::make(which_usrp,
                                 32,            // 128/32 -> 4MS/s



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to