mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Arming: correct prefix is ahrs is waiting for home
This commit is contained in:
parent
76ef43ddf0
commit
624e731ca5
@ -585,7 +585,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
Block a user