commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6515 - gnuradio/branches/developers/matt/u2f/firmware


From: matt
Subject: [Commit-gnuradio] r6515 - gnuradio/branches/developers/matt/u2f/firmware
Date: Sun, 23 Sep 2007 19:40:04 -0600 (MDT)

Author: matt
Date: 2007-09-23 19:40:04 -0600 (Sun, 23 Sep 2007)
New Revision: 6515

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/eth_test.c
Log:
minor debug output stuff


Modified: gnuradio/branches/developers/matt/u2f/firmware/eth_test.c
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/eth_test.c   2007-09-24 
01:23:20 UTC (rev 6514)
+++ gnuradio/branches/developers/matt/u2f/firmware/eth_test.c   2007-09-24 
01:40:04 UTC (rev 6515)
@@ -29,6 +29,8 @@
 {
   int i;
   
+  sim_puts("Start INIT\n");
+
   u2_init();
   
   sim_puts("Start Program\n");
@@ -99,7 +101,7 @@
       sim_puthex_nl(buffer0[i]);
       sim_puts("Value rcvd: ");
       sim_puthex_nl(buffer1[i]);
-      break;
+      //break;
     }
   
   sim_puts("Done Testing\n");





reply via email to

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