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.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CommandParser/cmd.cpp
- Revision:
- 108:85d3e4a6e4bb
- Parent:
- 102:715f754cf5a8
--- a/src/CommandParser/cmd.cpp Thu Sep 22 11:59:14 2016 +0000 +++ b/src/CommandParser/cmd.cpp Thu Sep 22 12:29:37 2016 +0000 @@ -159,7 +159,7 @@ printf("\rFailed to read %s\n", argv[1]); return; } - printf("%s\n", data_buf); + printf("%s\r\n", data_buf); } /***************************************************************************** * Function: cmd_help