zhyinch
2021-09-17 8ce130f6cc614e60783c162153dc438ee43ad460
源码/核心板/Src/application/global_param.h
@@ -56,10 +56,20 @@
#define    ANC_FLAG                     0x100
///////////////////STATE MAP/////////////////
#define SM_RESTART      1
#define SM_UPDATE       2
#define SM_UPDATEFAIL   3
#define SM_BOOTFAIL     4
#define SM_MAPERROR     5
#define SM_REBOOT       6
/*------------END Map Definition-------------------*/
extern uint16_t g_com_map[COM_MAP_SIZE];
extern uint16_t g_com_map[COM_MAP_SIZE],g_com_map2[COM_MAP_SIZE];
extern uint32_t save_com_map_to_flash(void);
extern void parameter_init(void);