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

@@ -86,9 +86,6 @@ extern "C" {
/* init can2 function. */
void wk_can2_init(void);
/* init pwc function. */
void wk_pwc_init(void);
/* init usart1 function. */
void wk_usart1_init(void);
@@ -98,6 +95,9 @@ extern "C" {
/* init usart3 function. */
void wk_usart3_init(void);
/* init tmr6 function. */
void wk_tmr6_init(void);
/* init tmr8 function. */
void wk_tmr8_init(void);