Change to real mode
This commit is contained in:
parent
16440be796
commit
6a8cfa5c6f
|
|
@ -22,7 +22,7 @@ pub enum RunningMode {
|
|||
TEST,
|
||||
REAL,
|
||||
}
|
||||
pub const RUNNING_MODE: RunningMode = RunningMode::SIMUL;
|
||||
pub const RUNNING_MODE: RunningMode = RunningMode::REAL;
|
||||
|
||||
pub mod coex;
|
||||
pub mod coin_health_check_team;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user