change south switch order

This commit is contained in:
wmano
2025-10-16 22:30:43 +08:00
parent c8032dd1c6
commit 1e6443a767
9 changed files with 61 additions and 36 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ struct chrg_south_t {
rt_uint8_t rx_buf[SIZE_BUF_TTY];
eIDX_SOUTH_CH idx; // 当前通路
struct chrg_switch_t sw[TOTAL_SOUTH_CHS];
struct chrg_switch_t sw[TOTAL_SOU_CHS];
};
extern struct chrg_south_t chrgsouth;