Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
39:f68f9fa1e88e
Parent:
38:cb95bfe0546a
Child:
41:74b9ff21098f
--- a/isp.cpp	Fri Sep 27 14:48:17 2013 +0000
+++ b/isp.cpp	Sun Sep 29 03:54:06 2013 +0000
@@ -35,9 +35,9 @@
     }
 
     printf( "  target device found : type       = \"%s\"\r\n",     tpp->type_name );
-    printf( "                        ID         = 0x%08X\r\n",     tpp->id );
-    printf( "                        RAM size   = %10d bytes\r\n", tpp->ram_size );
-    printf( "                        flash size = %10d bytes\r\n", tpp->flash_size );
+    printf( "                        ID         =  0x%08X\r\n",     tpp->id );
+    printf( "                        RAM size   =  %10d bytes\r\n", tpp->ram_size );
+    printf( "                        flash size =  %10d bytes\r\n", tpp->flash_size );
 
     printf( "  opening file: \"%s\"\r\n", file_name );