Обновление
This commit is contained in:
parent
95f198dfe4
commit
f37ae0510e
|
|
@ -10,6 +10,7 @@
|
|||
#include "math.h"
|
||||
#include "stdlib.h"
|
||||
#include "fc7xxx_driver_rgm.h"
|
||||
#include "BootJump.h"
|
||||
|
||||
|
||||
int32_t CliCmd_baseCommandHelp(void *env, tCliCmd *cli) {
|
||||
|
|
@ -24,7 +25,8 @@ int32_t CliCmd_baseCommandHelp(void *env, tCliCmd *cli) {
|
|||
}
|
||||
|
||||
int32_t CliCmd_baseCommandReboot(void *env, tCliCmd *cli) {
|
||||
NVIC_SystemReset();
|
||||
Reset();
|
||||
//NVIC_SystemReset();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue