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: Console.cpp
- Revision:
- 3:c97f4e7f2685
- Parent:
- 2:4c8b24eb7ad5
- Child:
- 4:8e1c0e634ba6
--- a/Console.cpp Sat Mar 17 14:36:57 2018 +0200 +++ b/Console.cpp Sat Mar 17 15:02:12 2018 +0200 @@ -179,7 +179,7 @@ mIndex = 0; - printf("\n%s $", mPrompt); + printf("%s $", mPrompt); } }