Skip to content
Snippets Groups Projects
Commit 13eb79ff authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Beat Küng
Browse files

FlightTasks: fix class name

parent bb00f6d7
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ private:
FlightTaskManualAltitude altitude;
FlightTaskManualAltitudeSmooth altitude_smooth;
FlightTaskManualPosition position;
FlightTaskManualPosition position_smooth;
FlightTaskManualPositionSmooth position_smooth;
FlightTaskOrbit orbit;
FlightTaskSport sport;
} _task_union; /**< storage for the currently active task */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment