commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5655 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r5655 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Sun, 3 Jun 2007 20:08:23 -0600 (MDT)

Author: gnychis
Date: 2007-06-03 20:08:23 -0600 (Sun, 03 Jun 2007)
New Revision: 5655

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
some commented counter code to we've been using for testing the debug pins


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
      2007-06-04 01:44:16 UTC (rev 5654)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
      2007-06-04 02:08:23 UTC (rev 5655)
@@ -194,6 +194,11 @@
     d_urx->_write_oe(0, 0xffff, 0xffff);
     d_utx->_write_oe(1, 0xffff, 0xffff);
     d_urx->_write_oe(1, 0xffff, 0xffff);
+
+//    while(1){
+//      for(int i=0; i<0xffff; i++) 
+//        d_urx->write_io(0, i, 0xffff);
+//    }
   }
   
   if (verbose)





reply via email to

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