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:076e709173c9
- Parent:
- 0:3aa4ba0ada56
- Child:
- 2:08d83543c8ec
--- a/main.cpp Fri Oct 23 13:51:26 2020 +0000 +++ b/main.cpp Fri Oct 23 13:55:25 2020 +0000 @@ -5,7 +5,7 @@ int main() { - pc.printf("Press '1' to turn LED1 ON, '0' to turn it OFF\n"); + pc.printf("Press '1' to turn LED1 ON, '0' to turn it OFF\r\n"); led=1; while(1) { char c = pc.getc(); // Read hyperterminal