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:
- 152:c03ebcda54ef
- Parent:
- 133:c871de2d2b90
--- a/src/CommandParser/cmd.cpp Tue Sep 27 19:52:47 2016 +0000 +++ b/src/CommandParser/cmd.cpp Wed Sep 28 16:14:47 2016 +0000 @@ -374,7 +374,7 @@ void cmd_destroy(int argc, char **argv) { if ( argc != 3 ) { - printf("\r\nusage: destroy [controlName] [controlType]\n"); + printf("\r\nusage: destroy [controlFile] [controlType]\n"); printf("\rcontrolType-> 0=timer, 1=PID, 2=setpoint, 3=composite, 4=manual\r\n"); return; }