AC_MotorsHeli: init member to resolve compiler warning

This commit is contained in:
Randy Mackay 2014-08-13 22:59:51 +09:00
parent 0e7cbd28c8
commit 9b9f6cd47a
1 changed files with 1 additions and 0 deletions

View File

@ -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),