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.
Fork of BufferedSerial by
Revision 13:14c80cd78f1d, committed 2016-11-15
- Comitter:
- ninad
- Date:
- Tue Nov 15 12:39:45 2016 +0000
- Parent:
- 12:a0d37088b405
- Commit message:
- no change
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 Nov 15 12:39:45 2016 +0000
@@ -81,7 +81,7 @@
int BufferedSerial::printf(const char* format, ...)
{
- char buffer[this->_buf_size];
+ char buffer[100];
memset(buffer,0,this->_buf_size);
int r = 0;
