FlightTaskAuto minor clean up

This commit is contained in:
Dennis Mannhart
2018-02-08 11:23:13 +01:00
committed by Lorenz Meier
parent ae0f02f67d
commit 816f2d12d5
6 changed files with 14 additions and 19 deletions
@@ -109,7 +109,6 @@ void PositionControl::generateThrustYawSetpoint(const float &dt)
if (!_skipController) {
_positionController();
_velocityController(dt);
}
}