commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9166 - usrp2/trunk/firmware/lib


From: eb
Subject: [Commit-gnuradio] r9166 - usrp2/trunk/firmware/lib
Date: Mon, 4 Aug 2008 00:36:50 -0600 (MDT)

Author: eb
Date: 2008-08-04 00:36:48 -0600 (Mon, 04 Aug 2008)
New Revision: 9166

Modified:
   usrp2/trunk/firmware/lib/print_buffer.c
Log:
print more address bits

Modified: usrp2/trunk/firmware/lib/print_buffer.c
===================================================================
--- usrp2/trunk/firmware/lib/print_buffer.c     2008-08-04 04:28:23 UTC (rev 
9165)
+++ usrp2/trunk/firmware/lib/print_buffer.c     2008-08-04 06:36:48 UTC (rev 
9166)
@@ -23,7 +23,7 @@
   size_t i;
   for (i = 0; i < n; i++){
     if (i % 4 == 0)
-      puthex4(i * 4);
+      puthex16(i * 4);
 
     putchar(' ');
     puthex32(buf[i]);





reply via email to

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