From cd4378b8c643cec950c8704e4dc511929eb80820 Mon Sep 17 00:00:00 2001 From: RomanBapst Date: Mon, 3 May 2021 21:47:35 +0300 Subject: [PATCH] vtol: init boolean consistently Signed-off-by: RomanBapst --- src/modules/vtol_att_control/vtol_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/vtol_att_control/vtol_type.h b/src/modules/vtol_att_control/vtol_type.h index 64bd48f128..39fe12663d 100644 --- a/src/modules/vtol_att_control/vtol_type.h +++ b/src/modules/vtol_att_control/vtol_type.h @@ -247,7 +247,7 @@ protected: float _accel_to_pitch_integ = 0; - bool _quadchute_command_treated = 0; + bool _quadchute_command_treated{false}; /**