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: main.cpp
- Revision:
 - 1:961580c296da
 - Parent:
 - 0:75835b5692b9
 - Child:
 - 2:e92d97ac59e4
 
--- a/main.cpp	Mon Jan 16 22:05:16 2017 +0000
+++ b/main.cpp	Wed Jan 25 15:44:53 2017 +0000
@@ -12,6 +12,7 @@
         c = pc.getc();
         myled = 1;  // turn off
         pc.putc(c);
+        pc.putc('\r');
         pc.putc('\n');
         Thread::wait(500);
         pc.printf("Enter a character>");