Fix unused variable in LPE

This commit is contained in:
Lorenz Meier
2016-12-21 22:28:42 +01:00
parent c38e378f59
commit 54ab5cde2f
@@ -8,9 +8,6 @@
orb_advert_t mavlink_log_pub = nullptr;
// timeouts for sensors in microseconds
static const uint32_t EST_SRC_TIMEOUT = 10000; // 0.01 s
// required standard deviation of estimate for estimator to publish data
static const uint32_t EST_STDDEV_XY_VALID = 2.0; // 2.0 m
static const uint32_t EST_STDDEV_Z_VALID = 2.0; // 2.0 m