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: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: BufferedSerial/BufferedSerial.cpp
- Revision:
- 34:4bda9af9a0cd
- Parent:
- 28:d993f3bbe302
--- a/BufferedSerial/BufferedSerial.cpp Sun Jul 19 02:21:43 2015 +0000 +++ b/BufferedSerial/BufferedSerial.cpp Thu Aug 06 15:45:48 2015 +0000 @@ -159,7 +159,7 @@ bool BufferedSerial::checkCTS(void) { - static bool _send_flg=true; + volatile static bool _send_flg=true; if(_send_flg) { _send_flg=!_cts; } else {