fix:修复菜单上下键反了的问题

feat:增加cross处理开关
This commit is contained in:
2024-08-13 21:47:30 +08:00
parent 2db1937c89
commit 8b94eb2eff
6 changed files with 14 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ enum cross_type_e {
extern enum cross_type_e cross_type;
extern int32_t Both_Boder_None_Cross;
extern int far_Lpt0_rpts0s_id, far_Lpt1_rpts1s_id;
extern int cross_open;
extern float cross_open;
void CheckCross(void);
void RunCross(void);