AP_Vehicle: rename for AHRS restructuring

This commit is contained in:
Peter Barker 2021-07-20 22:16:32 +10:00 committed by Peter Barker
parent e1162f0a66
commit 7cca7513a1
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ protected:
AP_Notify notify;
// Inertial Navigation EKF
AP_AHRS_NavEKF ahrs;
AP_AHRS ahrs;
#if HAL_HOTT_TELEM_ENABLED
AP_Hott_Telem hott_telem;