mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 02:50:34 +08:00
FlightTaskManualStabilized: remove second ;
This commit is contained in:
committed by
Beat Küng
parent
5cfd93040f
commit
40d77d2234
@@ -64,7 +64,7 @@ void FlightTaskManualStabilized::_scaleSticks()
|
||||
/* Scale sticks to yaw and thrust using
|
||||
* linear scale for yaw and piecewise linear map for thrust. */
|
||||
_yaw_rate_sp = _sticks(3) * math::radians(_yaw_rate_scaling.get());
|
||||
_throttle = _throttleCurve();;
|
||||
_throttle = _throttleCurve();
|
||||
}
|
||||
|
||||
void FlightTaskManualStabilized::_updateHeadingSetpoints()
|
||||
|
||||
Reference in New Issue
Block a user