mirror of https://github.com/ArduPilot/ardupilot
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()) {
|
||||
check_failed(ARMING_CHECK_GPS, report, "GPS: waiting for home");
|
||||
check_failed(ARMING_CHECK_GPS, report, "AHRS: waiting for home");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue