Add new line at the end of FlightTaskFailsafe.cpp and FlightTaskAutoLine.cpp

This commit is contained in:
bresch
2019-03-26 17:04:39 +01:00
committed by Matthias Grob
parent 986c1a37d1
commit 20adce5077
2 changed files with 2 additions and 2 deletions
@@ -267,4 +267,4 @@ void FlightTaskAutoLine::_generateAltitudeSetpoints()
_velocity_setpoint(2) = 0.0f;
_position_setpoint(2) = _target(2);
}
}
}
@@ -74,4 +74,4 @@ bool FlightTaskFailsafe::update()
return true;
}
}