Skip to content

Commit 8ad290b

Browse files
committed
测试能进入usart1的中断处理函数
1 parent 9de9e93 commit 8ad290b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

application/communication/communication.c

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#define USART1_FIFO_BUF_LENGTH 1024
1010

1111
uint8_t usart1_buf[2][USART_RX_BUF_LENGHT];
12-
1312
fifo_s_t usart1_fifo;
1413
uint8_t usart1_fifo_buf[USART1_FIFO_BUF_LENGTH];
1514
// unpack_data_t referee_unpack_obj;

0 commit comments

Comments
 (0)