feat: 开启定时器和串口接收中断
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user