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.
Revision 1:2338acfb180d, committed 2014-10-13
- Comitter:
 - matsujirushi
 - Date:
 - Mon Oct 13 13:01:36 2014 +0000
 - Parent:
 - 0:d3ca6a57e60b
 - Commit message:
 - Erase a char then key in backspace.
 
Changed in this revision
| LineSerial.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- 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;
 }
-