mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add and use AP_AHRS_ENABLED
This commit is contained in:
parent
be392b1c5b
commit
e11384454f
|
@ -3273,6 +3273,7 @@ INCLUDE common.ld
|
|||
#endif
|
||||
|
||||
#define AP_BATTERY_ENABLED defined(HAL_PERIPH_ENABLE_BATTERY)
|
||||
#define AP_AHRS_ENABLED defined(HAL_PERIPH_ENABLE_AHRS)
|
||||
|
||||
// end AP_Periph defaults
|
||||
''')
|
||||
|
|
Loading…
Reference in New Issue