Tools: add and use AP_GPS_ENABLED

This commit is contained in:
Peter Barker 2023-06-20 17:20:44 +10:00 committed by Peter Barker
parent ed96bb6dd4
commit 55227bc487
1 changed files with 1 additions and 0 deletions

View File

@ -3276,6 +3276,7 @@ INCLUDE common.ld
#define AP_AHRS_ENABLED defined(HAL_PERIPH_ENABLE_AHRS)
#define AP_COMPASS_ENABLED defined(HAL_PERIPH_ENABLE_MAG)
#define AP_BARO_ENABLED defined(HAL_PERIPH_ENABLE_BARO)
#define AP_GPS_ENABLED defined(HAL_PERIPH_ENABLE_GPS)
// end AP_Periph defaults
''')