mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: specify AP_EXTERNALAHRS_ENABLED for periph in chibios_hwdef.py
This commit is contained in:
parent
f476a47228
commit
5576595006
@ -2942,6 +2942,10 @@ def add_apperiph_defaults(f):
|
||||
#define COMPASS_LEARN_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_EXTERNAL_AHRS_ENABLED
|
||||
#define HAL_EXTERNAL_AHRS_ENABLED 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* GPS Backends - we selectively turn backends on.
|
||||
* Note also that f103-GPS explicitly disables some of these backends.
|
||||
|
Loading…
Reference in New Issue
Block a user