Skip to content
Snippets Groups Projects
Commit 69756617 authored by Claudio Micheli's avatar Claudio Micheli Committed by Beat Küng
Browse files

Commander: Properly initialized another boolean variable.

parent 908cdaa5
No related branches found
No related tags found
No related merge requests found
...@@ -179,10 +179,10 @@ private: ...@@ -179,10 +179,10 @@ private:
bool _onboard_controller_lost{false}; bool _onboard_controller_lost{false};
hrt_abstime _datalink_last_heartbeat_avoidance_system{0}; 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}; 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}; uint8_t _datalink_last_status_avoidance_system{telemetry_status_s::MAV_STATE_UNINIT};
int _iridiumsbd_status_sub{-1}; int _iridiumsbd_status_sub{-1};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment