fix mb & tty

This commit is contained in:
wmano
2025-09-13 23:08:11 +08:00
parent ffe1456b3a
commit 349741d9e1
33 changed files with 1745 additions and 4418 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct chrg_south_t {
struct chrg_tty_t *tty;
rt_uint16_t rx_len;
rt_uint8_t rx_buf[SIZE_BUF_UART];
rt_uint8_t rx_buf[SIZE_BUF_TTY];
struct chrg_switch_t sw[TOTAL_SOUTH_CHS];
};