1
yincheng.zhong
2023-03-02 a14e9f3212743f0cc688099fd3d21636eade089d
源码/核心板/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);