simplify VCOM code

This commit is contained in:
XIVN1987
2025-06-05 00:24:13 +08:00
parent f124c3a685
commit e8d6eb35f4
11 changed files with 2097 additions and 2111 deletions
-2
View File
@@ -17,10 +17,8 @@ typedef struct {
uint8_t in_buff[64];
uint16_t in_bytes;
uint16_t in_ready;
uint8_t out_buff[64];
uint16_t out_bytes;
uint16_t out_ready;
} VCOM;
extern volatile VCOM Vcom;