zhyinch
2022-05-24 5b6fe0edc2790d1948c09b191a2a565e8874f875
源码/核心板/Src/stm32f10x_it.c
@@ -160,4 +160,12 @@
//  }    
}
void HardFalut_Handler(void)
{
   while(1)
   {
      NVIC_SystemReset();
   }
}