Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
30:e0d7524661ca
Parent:
29:96e28bc1bd99
Child:
35:0b434ef4af49
--- a/command_interface.cpp	Fri Sep 20 01:48:26 2013 +0000
+++ b/command_interface.cpp	Fri Sep 20 02:21:58 2013 +0000
@@ -1,7 +1,6 @@
 #include    "mbed.h"
 #include    "command_interface.h"
 #include    "serial_utilities.h"
-#include    "ika.h"
 #include    "_user_settings.h"
 
 
@@ -19,8 +18,6 @@
     if ( result && !mode )
         error( "command failed\r\n" );
 
-    error_state |= result;
-
     return ( result );
 }
 
@@ -40,8 +37,6 @@
     if ( result && !mode )
         error( "command failed\r\n" );
 
-    error_state |= result;
-
     return ( result );
 }