vtol: init boolean consistently

Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
RomanBapst 2021-05-03 21:47:35 +03:00 committed by Daniel Agar
parent ab10e68a40
commit cd4378b8c6
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ protected:
float _accel_to_pitch_integ = 0;
bool _quadchute_command_treated = 0;
bool _quadchute_command_treated{false};
/**