mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -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",
|
||||
first_unconfigured);
|
||||
}
|
||||
#if CONFIG_HAL_BOARD != HAL_BOARD_SITL
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user