mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Commander: Properly initialized another boolean variable.
Signed-off-by: Claudio Micheli <claudio@auterion.com>
This commit is contained in:
committed by
Beat Küng
parent
908cdaa574
commit
697566177c
@@ -179,10 +179,10 @@ private:
|
||||
bool _onboard_controller_lost{false};
|
||||
|
||||
hrt_abstime _datalink_last_heartbeat_avoidance_system{0};
|
||||
bool _avoidance_system_lost{0};
|
||||
bool _avoidance_system_lost{false};
|
||||
hrt_abstime _avoidance_system_not_started{0};
|
||||
|
||||
bool _avoidance_system_status_change{0};
|
||||
bool _avoidance_system_status_change{false};
|
||||
uint8_t _datalink_last_status_avoidance_system{telemetry_status_s::MAV_STATE_UNINIT};
|
||||
|
||||
int _iridiumsbd_status_sub{-1};
|
||||
|
||||
Reference in New Issue
Block a user