AP_HAL_ChibiOS: specify AP_EXTERNALAHRS_ENABLED for periph in chibios_hwdef.py

This commit is contained in:
Peter Barker 2023-03-10 14:00:05 +11:00 committed by Peter Barker
parent f476a47228
commit 5576595006

View File

@ -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.