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.
Dependencies: mbed
Diff: src/serial.cpp
- Revision:
- 16:5791665200cb
- Parent:
- 12:fd1fd1857628
- Child:
- 30:d8721a46ee03
diff -r aed8f326c949 -r 5791665200cb src/serial.cpp
--- a/src/serial.cpp Tue Dec 11 16:59:21 2018 +0000
+++ b/src/serial.cpp Wed Dec 12 00:10:03 2018 +0000
@@ -7,7 +7,7 @@
/************* GLOBAL VARIABLES *****************************/
struct serialStatusBits serialStatus;
-char strbuf[100] = {0};
+char strbuf[150] = {0};
char rxbuf[MAXRXBUF+1] = {0};
volatile unsigned int bufloc = 0;