zhyinch
2020-11-17 c8fa9e7b73d663fd1ee78632d38cea1b49c14d39
源码/核心板/Src/stm32f10x_it.c
@@ -65,7 +65,7 @@
        TagListUpdate();
      }
      
   if(g_Resttimer++>20000)
   if(g_Resttimer++>5000)
   {
      NVIC_SystemReset();
   }
@@ -160,4 +160,12 @@
//  }    
}
void HardFalut_Handler(void)
{
   while(1)
   {
      NVIC_SystemReset();
   }
}