Skip to content

Commit

Permalink
AP_Arming: update primary GPS type 0 string
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 authored and tridge committed Sep 1, 2021
1 parent 0d3c00c commit 8d669f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Arming/AP_Arming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d669f7

Please sign in to comment.