Browse Source

land_detector: remove unused variable

sbg
Julian Oes 9 years ago
parent
commit
6bf4bd5f35
  1. 1
      src/modules/land_detector/VtolLandDetector.cpp
  2. 1
      src/modules/land_detector/VtolLandDetector.h

1
src/modules/land_detector/VtolLandDetector.cpp

@ -50,7 +50,6 @@ VtolLandDetector::VtolLandDetector() : MulticopterLandDetector(), @@ -50,7 +50,6 @@ VtolLandDetector::VtolLandDetector() : MulticopterLandDetector(),
_paramHandle(),
_params(),
_airspeedSub(-1),
_parameterSub(-1),
_airspeed{},
_was_in_air(false),
_airspeed_filtered(0)

1
src/modules/land_detector/VtolLandDetector.h

@ -74,7 +74,6 @@ private: @@ -74,7 +74,6 @@ private:
} _params;
int _airspeedSub;
int _parameterSub;
struct airspeed_s _airspeed;

Loading…
Cancel
Save