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: Buffer
Fork of BufferedSerial by
Revision 13:a8fb4aa21c54, committed 2017-04-18
- Comitter:
- JMF
- Date:
- Tue Apr 18 00:49:57 2017 +0000
- Parent:
- 12:a0d37088b405
- Commit message:
- removed the extra '\n' in puts.
Changed in this revision
| BufferedSerial.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BufferedSerial.cpp Mon Mar 07 21:10:27 2016 +0000
+++ b/BufferedSerial.cpp Tue Apr 18 00:49:57 2017 +0000
@@ -71,7 +71,7 @@
while(*(ptr) != 0) {
_txbuf = *(ptr++);
}
- _txbuf = '\n'; // done per puts definition
+ //_txbuf = '\n'; // done per puts definition
BufferedSerial::prime();
return (ptr - s) + 1;
