diff --git a/CommandLines.c b/CommandLines.c index 620e3c1..6c491ad 100644 --- a/CommandLines.c +++ b/CommandLines.c @@ -22,8 +22,7 @@ int32_t CliCmd_baseCommandHelp(void *env, tCliCmd *cli) { int32_t CliCmd_baseCommandReboot(void *env, tCliCmd *cli) { - NVIC_SystemReset(); - + //NVIC_SystemReset(); return 0; }