feat: 开启定时器和串口接收中断

This commit is contained in:
2024-04-13 01:28:34 +08:00
parent 28cd0d99a3
commit d90e5d0e61
7 changed files with 960 additions and 853 deletions

View File

@@ -65,6 +65,10 @@ void SVC_Handler(void);
void DebugMon_Handler(void);
void PendSV_Handler(void);
void USART1_IRQHandler(void);
void USART2_IRQHandler(void);
void USART3_IRQHandler(void);
void TMR6_GLOBAL_IRQHandler(void);
/* add user code begin exported functions */
/* add user code end exported functions */