mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_ChibiOS: add and use AP_BARO_ENABLED
This commit is contained in:
parent
db345ac920
commit
3657852e30
@ -3275,6 +3275,7 @@ INCLUDE common.ld
|
||||
#define AP_BATTERY_ENABLED defined(HAL_PERIPH_ENABLE_BATTERY)
|
||||
#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)
|
||||
|
||||
// end AP_Periph defaults
|
||||
''')
|
||||
|
Loading…
Reference in New Issue
Block a user