Browse Source

Bottle drop: Fix uninitialized member

sbg
Lorenz Meier 9 years ago
parent
commit
2dad43549d
  1. 1
      src/modules/bottle_drop/bottle_drop.cpp

1
src/modules/bottle_drop/bottle_drop.cpp

@ -170,6 +170,7 @@ BottleDrop::BottleDrop() : @@ -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…
Cancel
Save