mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_AHRS: Remove unused variable
This commit is contained in:
parent
af2bf6097b
commit
ec401083bf
@ -2566,7 +2566,6 @@ bool AP_AHRS_NavEKF::yaw_alignment_complete(void) const
|
||||
#if HAL_NAVEKF3_AVAILABLE
|
||||
case EKFType::THREE: {
|
||||
// use EKF to get variance
|
||||
Vector2f offset;
|
||||
return EKF3.yawAlignmentComplete();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user