mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -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_BATTERY_ENABLED defined(HAL_PERIPH_ENABLE_BATTERY)
|
||||||
#define AP_AHRS_ENABLED defined(HAL_PERIPH_ENABLE_AHRS)
|
#define AP_AHRS_ENABLED defined(HAL_PERIPH_ENABLE_AHRS)
|
||||||
#define AP_COMPASS_ENABLED defined(HAL_PERIPH_ENABLE_MAG)
|
#define AP_COMPASS_ENABLED defined(HAL_PERIPH_ENABLE_MAG)
|
||||||
|
#define AP_BARO_ENABLED defined(HAL_PERIPH_ENABLE_BARO)
|
||||||
|
|
||||||
// end AP_Periph defaults
|
// end AP_Periph defaults
|
||||||
''')
|
''')
|
||||||
|
Loading…
Reference in New Issue
Block a user