diff --git a/EKF/range_finder_checks.cpp b/EKF/range_finder_checks.cpp index 17dd693a5e0..5ff08da384e 100644 --- a/EKF/range_finder_checks.cpp +++ b/EKF/range_finder_checks.cpp @@ -40,9 +40,6 @@ #include "ekf.h" - -#define RNG_BAD_SIG_HYST (uint64_t)3e6 // range finder data needs to have 3 seconds of non-zero signal quality to be valid - // check that the range finder data is continuous void Ekf::updateRangeDataContinuity() {