mirror of https://github.com/ArduPilot/ardupilot
AP_Arming: update primary GPS type 0 string
This commit is contained in:
parent
0d3c00cb96
commit
8d669f7616
|
@ -496,7 +496,7 @@ bool AP_Arming::gps_checks(bool report)
|
|||
#endif
|
||||
(gps.get_type(i) == AP_GPS::GPS_Type::GPS_TYPE_NONE)) {
|
||||
if (gps.primary_sensor() == i) {
|
||||
check_failed(ARMING_CHECK_GPS, report, "GPS %i: primary but not configured", i+1);
|
||||
check_failed(ARMING_CHECK_GPS, report, "GPS %i: primary but TYPE 0", i+1);
|
||||
return false;
|
||||
}
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue