AP_CheckFirmware: rename sim_periph_gps to sim_gps_universal, recreate sim_periph_gps

This commit is contained in:
Peter Barker 2024-01-12 13:50:43 +11:00 committed by Andrew Tridgell
parent f8078a1e74
commit bced484263
1 changed files with 1 additions and 1 deletions

View File

@ -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