Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: io/MTSSerial.cpp
- Revision:
- 5:1b9734e68327
- Parent:
- 3:388e441be8df
- Child:
- 10:72ceef287b0f
diff -r 17b8edf264c3 -r 1b9734e68327 io/MTSSerial.cpp
--- 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! " );
}
}
