mirror of https://github.com/ArduPilot/ardupilot
AP_CheckFirmware: rename sim_periph_gps to sim_gps_universal, recreate sim_periph_gps
This commit is contained in:
parent
f8078a1e74
commit
bced484263
|
@ -39,7 +39,7 @@ enum class check_fw_result_t : uint8_t {
|
|||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL && !defined(APJ_BOARD_ID)
|
||||
// this allows for sitl_periph_gps to build
|
||||
// this allows for sitl_periph to build
|
||||
#define APJ_BOARD_ID 0
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue