Author: matt
Date: 2007-12-14 00:32:17 -0700 (Fri, 14 Dec 2007)
New Revision: 7169

Modified:
   usrp2/trunk/firmware/apps/ibs_rx_test.c
Log:
preloading takes longer now, so delay the test


Modified: usrp2/trunk/firmware/apps/ibs_rx_test.c
===================================================================
--- usrp2/trunk/firmware/apps/ibs_rx_test.c     2007-12-14 06:41:08 UTC (rev 
7168)
+++ usrp2/trunk/firmware/apps/ibs_rx_test.c     2007-12-14 07:32:17 UTC (rev 
7169)
@@ -40,10 +40,10 @@
   bp_receive_to_buf(0, 1, 1, 0, 99);
 
   dsp_rx_regs->rx_command = (50 << 9) | 100;   // Numlines, lines per frame
-  dsp_rx_regs->rx_time = 0x0c00;
+  dsp_rx_regs->rx_time = 0x2000;
 
   dsp_rx_regs->rx_command = (137 << 9) | 50;   // Numlines, lines per frame
-  dsp_rx_regs->rx_time = 0x0e00;
+  dsp_rx_regs->rx_time = 0x2200;
 
   while (buffer_pool_status->status == 0)
     ;



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

Reply via email to