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:
- 11:0695c1091129
- Parent:
- 5:5e77a1db4d45
diff -r 48ecb2e8abcb -r 0695c1091129 src/CommandParser/cmd.cpp --- a/src/CommandParser/cmd.cpp Tue Sep 06 19:35:50 2016 +0000 +++ b/src/CommandParser/cmd.cpp Wed Sep 07 12:06:02 2016 +0000 @@ -141,7 +141,7 @@ { UNUSED(argc); UNUSED(argv); - //ConfigurationHandler_DisplayThreads(); + DisplayControlLists(); } void cmd_reset(int argc, char **argv) @@ -174,7 +174,7 @@ void cmd_destroy(int argc, char **argv) { - if ( argc != 2 ) { + if ( argc != 3 ) { printf("\r\nusage: destroy [threadName]\r\n"); return; }