Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
13:c80c283f9db2
Parent:
12:ea87887ca7ad
Child:
14:cc916fa8dd11
diff -r ea87887ca7ad -r c80c283f9db2 src/CommandParser/cmd.cpp
--- a/src/CommandParser/cmd.cpp	Wed Sep 07 13:22:28 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Wed Sep 07 13:52:25 2016 +0000
@@ -143,7 +143,8 @@
 {
     UNUSED(argc);
     UNUSED(argv);
-    NVIC_SystemReset();
+    //NVIC_SystemReset();
+    GLOBAL_mdot->resetCpu(); 
 }
 
 void cmd_create(int argc, char **argv)