update some err

This commit is contained in:
2024-09-26 10:07:43 +08:00
parent 646ca87981
commit 93a7aa7991
2 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ void PendSV_Handler(void);
/* this function handles SysTick exception */
void SysTick_Handler(void);
void TIMER13_IRQHandler(void);
void TIMER5_IRQHandler(void);
void TIMER15_IRQHandler(void);
void EXTI0_1_IRQHandler(void);
#endif /* GD32E23X_IT_H */