Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
30:e0d7524661ca
Parent:
26:a63e73885b21
--- a/serial_utilities.h	Fri Sep 20 01:48:26 2013 +0000
+++ b/serial_utilities.h	Fri Sep 20 02:21:58 2013 +0000
@@ -8,3 +8,6 @@
 int     get_binary( char *b, int length );
 char    read_byte( void );
 
+//  next line is not related to "serial feature", but all code affected by this are including this header file
+#pragma diag_suppress 1293  //  surpressing a warning message of "assignment in condition" ;)
+