Skip to content
Snippets Groups Projects
Commit 81fc82cd authored by Electronic Kiwi's avatar Electronic Kiwi
Browse files

Motion: fix enum name

parent 949ddd5a
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ DifferentialDriveController<Configuration, MotorLeft, MotorRight, OdometryLeft,
omegaTarget = 40;
}
else {
controlStrategy = ControlStrategy::CALIBRATION;
controlStrategy = ControlStrategy::Calibration;
}
calibrationInProgress = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment