AP_HAL_ChibiOS: turn autocal off for periphs

This commit is contained in:
Peter Barker 2022-03-13 21:41:03 +11:00 committed by Peter Barker
parent deb7b13da5
commit 470cb2caa2

View File

@ -2751,6 +2751,10 @@ def add_apperiph_defaults(f):
#define HAL_UART_STATS_ENABLED (HAL_GCS_ENABLED || HAL_LOGGING_ENABLED)
#endif
#ifndef AP_AIRSPEED_AUTOCAL_ENABLE
#define AP_AIRSPEED_AUTOCAL_ENABLE 0
#endif
''')