测试bug

This commit is contained in:
Glz
2024-06-26 17:27:38 +08:00
parent 57e132c535
commit 2b5ea8434e
6 changed files with 31 additions and 17 deletions

View File

@@ -6,6 +6,8 @@ enum state_type_e {
TURN_STATE,
STRAIGHT_STATE,
CIRCLE_STATE,
CIRCLE_RUNNING_STATE,
BARRIER_STATE,
};
extern enum state_type_e last_state;
extern enum state_type_e state_type;