USR/SRC/gd32e23x_it.c
@@ -35,6 +35,7 @@ */ #include "gd32e23x_it.h" #include "motor.h" /*! \brief this function handles NMI exception @@ -142,3 +143,13 @@ { delay_decrement(); } /*! \brief this function handles EXTI4-15 exception \param[in] none \param[out] none \retval none */ void EXTI4_15_IRQHandler(void) { HAL_HallExti_TriggerCallback(); }