mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Bottle drop: Fix uninitialized member
This commit is contained in:
@@ -170,6 +170,7 @@ BottleDrop::BottleDrop() :
|
|||||||
|
|
||||||
_task_should_exit(false),
|
_task_should_exit(false),
|
||||||
_main_task(-1),
|
_main_task(-1),
|
||||||
|
_mavlink_log_pub(nullptr),
|
||||||
_command_sub(-1),
|
_command_sub(-1),
|
||||||
_wind_estimate_sub(-1),
|
_wind_estimate_sub(-1),
|
||||||
_command {},
|
_command {},
|
||||||
|
|||||||
Reference in New Issue
Block a user