mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
vtol: init boolean consistently
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
@@ -247,7 +247,7 @@ protected:
|
||||
|
||||
float _accel_to_pitch_integ = 0;
|
||||
|
||||
bool _quadchute_command_treated = 0;
|
||||
bool _quadchute_command_treated{false};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user