little optical fix

This commit is contained in:
2024-07-03 12:51:42 +02:00
parent dbb646b5a5
commit c866bc0d60
+1 -1
View File
@@ -83,7 +83,7 @@ void Autopilot::run()
this->selfDriving();
break;
case SelfDrivingRotate:
case State::SelfDrivingRotate:
this->checkButtonInput();
this->rotate();
break;