Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
35:0b434ef4af49
Parent:
27:2b5c1eb39bb5
Child:
39:f68f9fa1e88e
--- a/command_interface.h	Thu Sep 26 11:51:03 2013 +0000
+++ b/command_interface.h	Thu Sep 26 12:56:01 2013 +0000
@@ -1,8 +1,8 @@
 
 #define     STR_BUFF_SIZE       64
 
-int     try_and_check( char *command, char *expected_return_str, int mode );
-int     try_and_check2( char *command, char *expected_return_str, int mode );
+int     try_and_check( char *command, char *expected_return_str );
+int     try_and_check2( char *command, char *expected_return_str );
 void    print_command( char *command );
 void    print_result( int r );
 int     send_RAM_transfer_checksum( int checksum );