new project

This commit is contained in:
2025-08-19 23:24:29 +08:00
parent 1247429882
commit c5eb3ab534
9 changed files with 365 additions and 28 deletions

View File

@@ -49,4 +49,8 @@ void PendSV_Handler(void);
/* this function handles SysTick exception */
void SysTick_Handler(void);
void TIMER13_IRQHandler(void);
void USART0_IRQHandler(void);
#endif /* GD32E23X_IT_H */