We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de9e93 commit 8ad290bCopy full SHA for 8ad290b
application/communication/communication.c
@@ -9,7 +9,6 @@
9
#define USART1_FIFO_BUF_LENGTH 1024
10
11
uint8_t usart1_buf[2][USART_RX_BUF_LENGHT];
12
-
13
fifo_s_t usart1_fifo;
14
uint8_t usart1_fifo_buf[USART1_FIFO_BUF_LENGTH];
15
// unpack_data_t referee_unpack_obj;
0 commit comments