Skip to content
Snippets Groups Projects
Commit 3ea7f878 authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Lorenz Meier
Browse files

FlightTaskManualAltitude: fix comment

parent 414f38b6
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ void FlightTaskManualAltitude::_updateAltitudeLock()
} else {
// altitude based on locale coordinate system
_dist_to_ground_lock = NAN; // reset boolean since not used
_dist_to_ground_lock = NAN; // reset since not used
if (apply_brake && stopped && !PX4_ISFINITE(_position_setpoint(2))) {
// lock position
......
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