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: inc/serial.h
- Revision:
- 16:5791665200cb
- Parent:
- 1:9f8583ba2431
--- a/inc/serial.h Tue Dec 11 16:59:21 2018 +0000 +++ b/inc/serial.h Wed Dec 12 00:10:03 2018 +0000 @@ -17,7 +17,7 @@ unsigned int spare:12; }; -extern char strbuf[100]; +extern char strbuf[150]; extern char rxbuf[MAXRXBUF+1]; extern volatile unsigned int bufloc; extern Serial pc;