zhyinch
2022-04-11 d5777a0e26f94314af6408c1dff8d34abf8ff9fc
源码/核心板/Src/application/global_param.c
@@ -54,7 +54,7 @@
{
   FLASH_Read(FLASH_IAP_CTRL_MAP, (uint8_t*)&g_com_map, (COM_MAP_SIZE<<1));
   
   if(g_com_map[0] != 0x55AA&&g_com_map[CNT_REBOOT]!=0)
   if(g_com_map[0] != 0x55AA)
   {
        FactorySettings();
          NVIC_SystemReset();