Обновление после командировки 29.06.2026
This commit is contained in:
parent
f37ae0510e
commit
df8cbb2a77
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue