remove unused variable

This commit is contained in:
XIVN1987
2025-06-04 21:12:40 +08:00
parent 94e69f6ca9
commit dc2c8d401a
9 changed files with 1391 additions and 1379 deletions
-2
View File
@@ -7,11 +7,9 @@
typedef struct {
uint8_t rx_buff[RX_BUFF_SIZE];
uint16_t rx_bytes;
uint16_t rx_wrptr;
uint16_t rx_rdptr;
uint8_t tx_buff[TX_BUFF_SIZE];
uint16_t tx_bytes;
uint16_t tx_wrptr;
uint16_t tx_rdptr;