Skip to content
Snippets Groups Projects
Commit 2dad4354 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Bottle drop: Fix uninitialized member

parent 47d2cb81
No related branches found
No related tags found
No related merge requests found
......@@ -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 {},
......
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