Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
45:0520330a7528
Parent:
44:568799eac6df
Child:
47:e7d395119a63
--- a/isp.cpp	Wed Dec 10 09:24:00 2014 +0000
+++ b/isp.cpp	Wed Dec 10 09:38:19 2014 +0000
@@ -51,10 +51,6 @@
     if ( !data_size )
         return ( ERROR_DATA_SIZE_ZERO );
 
-    for ( int i = 0; i < 32768; i += 4096 )
-        printf( "%10d : %2d\r\n", i, find_sector( i, tpp ) );
-        
-
 //  last_sector = (data_size - 1) / tpp->sector_size;
     last_sector = find_sector( data_size - 1, tpp );