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.
Diff: LineSerial.cpp
- Revision:
- 1:2338acfb180d
- Parent:
- 0:d3ca6a57e60b
diff -r d3ca6a57e60b -r 2338acfb180d LineSerial.cpp
--- a/LineSerial.cpp Mon Oct 13 12:50:10 2014 +0000
+++ b/LineSerial.cpp Mon Oct 13 13:01:36 2014 +0000
@@ -67,7 +67,8 @@
}
else
{
- this->putc('\b');
+ this->puts("\b \b");
+
}
break;
default:
@@ -113,4 +114,3 @@
this->readBufferCount--;
return true;
}
-