mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Bottle drop: Fix uninitialized member
This commit is contained in:
parent
47d2cb8134
commit
2dad43549d
@ -170,6 +170,7 @@ BottleDrop::BottleDrop() :
|
||||
|
||||
_task_should_exit(false),
|
||||
_main_task(-1),
|
||||
_mavlink_log_pub(nullptr),
|
||||
_command_sub(-1),
|
||||
_wind_estimate_sub(-1),
|
||||
_command {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user