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