From 8cee2ade54087ed8ce430ebb03bcb51f37b0bd61 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 29 Oct 2025 11:17:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommandLines.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }