From df8cbb2a77352627ef737cbf3baf3040ba841500 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 29 Jun 2026 13:13:46 +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=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B8=D1=80=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=2029.06.2026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommandLines.c | 4 +--- modular.json | 0 2 files changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 100644 modular.json diff --git a/CommandLines.c b/CommandLines.c index 6d8dd3d..759074e 100644 --- a/CommandLines.c +++ b/CommandLines.c @@ -10,7 +10,6 @@ #include "math.h" #include "stdlib.h" #include "fc7xxx_driver_rgm.h" -#include "BootJump.h" int32_t CliCmd_baseCommandHelp(void *env, tCliCmd *cli) { @@ -25,8 +24,7 @@ int32_t CliCmd_baseCommandHelp(void *env, tCliCmd *cli) { } int32_t CliCmd_baseCommandReboot(void *env, tCliCmd *cli) { - Reset(); - //NVIC_SystemReset(); + NVIC_SystemReset(); return 0; } diff --git a/modular.json b/modular.json old mode 100755 new mode 100644