mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
vtol: init boolean consistently
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
parent
ab10e68a40
commit
cd4378b8c6
@ -247,7 +247,7 @@ protected:
|
||||
|
||||
float _accel_to_pitch_integ = 0;
|
||||
|
||||
bool _quadchute_command_treated = 0;
|
||||
bool _quadchute_command_treated{false};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user