源码/核心板/Src/application/global_param.c
@@ -2,7 +2,7 @@ #include "Flash.h" #include "dw_app.h" #include <string.h> char boardtype[4]="FZCJ"; uint16_t g_com_map[COM_MAP_SIZE]; @@ -47,7 +47,7 @@ g_com_map[CNT_UPDATE]=0; g_com_map[NEARBASE_NUM]=0; g_com_map[POWER]=67; memcpy(&g_com_map[BOARD_TYPE],boardtype,4); save_com_map_to_flash(); } }