Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
5:1b9734e68327
Parent:
3:388e441be8df
Child:
10:72ceef287b0f
--- a/io/MTSSerial.cpp	Thu Apr 16 17:10:19 2015 +0000
+++ b/io/MTSSerial.cpp	Fri Apr 17 04:20:07 2015 +0000
@@ -48,7 +48,8 @@
 {
     char byte = serial.getc();
     if(rxBuffer.write(byte) != 1) {
-        printf("[ERROR] Serial Rx Byte Dropped [%c][0x%02X]\r\n", byte, byte);
+    //  printf("[ERROR] Serial Rx Byte Dropped [%c][0x%02X]\r\n", byte, byte);
+        printf( "\r\n!  " );
     }
 }