Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
30:e0d7524661ca
Parent:
29:96e28bc1bd99
Child:
34:eaca33d3e632
--- a/verification.cpp	Fri Sep 20 01:48:26 2013 +0000
+++ b/verification.cpp	Fri Sep 20 02:21:58 2013 +0000
@@ -4,8 +4,7 @@
 #include    "uu_coding.h"
 #include    "serial_utilities.h"
 #include    "writing.h"
-#include    "ika.h"
-#include    "error_code.h"
+#include    "isp.h"
 
 
 int     verify_binary_data( FILE *fp, int *transferred_size_p );
@@ -86,8 +85,6 @@
         read_size   += size;
     }
 
-    error_state |= error_flag;
-
     free( bf );
     free( br );
 
@@ -147,7 +144,6 @@
         read_size   += size;
     }
 
-    error_state |= error_flag;
     free( bf );
     free( br );