commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: gnychis
Subject: [Commit-gnuradio] r5647 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Sun, 3 Jun 2007 18:49:59 -0600 (MDT)

Author: gnychis
Date: 2007-06-03 18:49:58 -0600 (Sun, 03 Jun 2007)
New Revision: 5647

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
quick two line change, enabling something that can screw up a d'board by 
default is bad ;)

just want to avoid it being committed so it doesn't propagate when we're not 
looking


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 00:16:04 UTC (rev 5646)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_usb_interface.cc
      2007-06-04 00:49:58 UTC (rev 5647)
@@ -61,7 +61,7 @@
   d_utx = NULL;
   d_urx = NULL;
   
-  d_fpga_debug=true;   // WARNING: DO NOT ENABLE WITH D'BOARDS OTHER THAN 
BASIC TX/RX
+  //d_fpga_debug=true;   // WARNING: DO NOT ENABLE WITH D'BOARDS OTHER THAN 
BASIC TX/RX
 
 }
 
@@ -189,7 +189,7 @@
   d_urx->start();
 
   if(d_fpga_debug) {
-    d_utx->_write_fpga_reg(FR_DEBUG_EN,0);
+    d_utx->_write_fpga_reg(FR_DEBUG_EN,0xf);
     d_utx->_write_oe(0, 0xffff, 0xffff);
     d_urx->_write_oe(0, 0xffff, 0xffff);
     d_utx->_write_oe(1, 0xffff, 0xffff);





reply via email to

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