Remove AutoLineSmoothVel, merged into Auto

This commit is contained in:
Matthias Grob
2021-11-15 21:27:29 +01:00
parent 179b1cdf56
commit b36dbf8de4
8 changed files with 4 additions and 141 deletions
@@ -241,7 +241,7 @@ void FlightModeManager::start_flight_task()
should_disable_task = false;
FlightTaskError error = FlightTaskError::NoError;
error = switchTask(FlightTaskIndex::AutoLineSmoothVel);
error = switchTask(FlightTaskIndex::Auto);
if (error != FlightTaskError::NoError) {
if (prev_failure_count == 0) {