Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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;
     }