mirror of https://github.com/ArduPilot/ardupilot
AC_MotorsHeli: init member to resolve compiler warning
This commit is contained in:
parent
0e7cbd28c8
commit
9b9f6cd47a
|
@ -108,6 +108,7 @@ public:
|
|||
_roll_scaler(1),
|
||||
_pitch_scaler(1),
|
||||
_collective_scalar(1),
|
||||
_collective_scalar_manual(1),
|
||||
_collective_out(0),
|
||||
_collective_mid_pwm(0),
|
||||
_rotor_desired(0),
|
||||
|
|
Loading…
Reference in New Issue