Обновление после командировки 29.06.2026

This commit is contained in:
cfif 2026-06-29 13:13:46 +03:00
parent f37ae0510e
commit df8cbb2a77
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@
#include "math.h" #include "math.h"
#include "stdlib.h" #include "stdlib.h"
#include "fc7xxx_driver_rgm.h" #include "fc7xxx_driver_rgm.h"
#include "BootJump.h"
int32_t CliCmd_baseCommandHelp(void *env, tCliCmd *cli) { 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) { int32_t CliCmd_baseCommandReboot(void *env, tCliCmd *cli) {
Reset(); NVIC_SystemReset();
//NVIC_SystemReset();
return 0; return 0;
} }

0
modular.json Executable file → Normal file
View File