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.
Dependents: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Wifly/CBuffer.h
- Revision:
- 23:cb8522185c56
- Parent:
- 1:fb4494783863
diff -r 6c5bcfa33922 -r cb8522185c56 Wifly/CBuffer.h --- a/Wifly/CBuffer.h Wed Mar 30 10:39:39 2016 +0000 +++ b/Wifly/CBuffer.h Thu Mar 31 12:38:56 2016 +0000 @@ -61,6 +61,8 @@ if (!empty) { *c = buf[read++]; read %= size; + }else{ + *c = '\r'; } return(!empty); };