1
zhyinch
2021-09-08 701755a24d798dabe9f604d71303a398356678b2
源码/核心板/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);