mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Arming: correct prefix is ahrs is waiting for home
This commit is contained in:
parent
cb39bd72d3
commit
892e6e89df
@ -581,7 +581,7 @@ bool AP_Arming::gps_checks(bool report)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!AP::ahrs().home_is_set()) {
|
if (!AP::ahrs().home_is_set()) {
|
||||||
check_failed(ARMING_CHECK_GPS, report, "GPS: waiting for home");
|
check_failed(ARMING_CHECK_GPS, report, "AHRS: waiting for home");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user