From 506e03251ac514edff4d466c5a25b48cd030b513 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Jul 2021 18:44:07 +1000 Subject: [PATCH] AP_AHRS: build fix --- libraries/AP_AHRS/AP_AHRS_NavEKF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_AHRS/AP_AHRS_NavEKF.cpp b/libraries/AP_AHRS/AP_AHRS_NavEKF.cpp index a66deab12f..3a9c856b23 100644 --- a/libraries/AP_AHRS/AP_AHRS_NavEKF.cpp +++ b/libraries/AP_AHRS/AP_AHRS_NavEKF.cpp @@ -2488,7 +2488,7 @@ bool AP_AHRS_NavEKF::get_innovations(Vector3f &velInnov, Vector3f &posInnov, Vec } // returns true when the state estimates are significantly degraded by vibration -bool AP_AHRS::is_vibration_affected() const +bool AP_AHRS_NavEKF::is_vibration_affected() const { switch (ekf_type()) { #if HAL_NAVEKF3_AVAILABLE