Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
27:2b5c1eb39bb5
Parent:
26:a63e73885b21
Child:
28:689c3880e0e4
--- a/main.cpp	Fri Sep 13 12:56:23 2013 +0000
+++ b/main.cpp	Thu Sep 19 01:08:20 2013 +0000
@@ -58,8 +58,8 @@
         return ( 1 );
     }
 
-    printf( "  target device found : type       = \"%s\"\r\n",   tpp->type_name );
-    printf( "                        ID         = 0x%08X\r\n", tpp->id );
+    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 );