mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Arming: allow unconfigured GPS in SITL arming checks
the SITL GPS does not implement the needed protocol negotiation
This commit is contained in:
parent
7debd14683
commit
b76aff2dcb
@ -326,7 +326,9 @@ bool AP_Arming::gps_checks(bool report)
|
|||||||
"PreArm: GPS %d has not been fully configured",
|
"PreArm: GPS %d has not been fully configured",
|
||||||
first_unconfigured);
|
first_unconfigured);
|
||||||
}
|
}
|
||||||
|
#if CONFIG_HAL_BOARD != HAL_BOARD_SITL
|
||||||
return false;
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user