AP_HAL_ChibiOS: specify HAL_SUPPORT_RCOUT_SERIAL for periph in chibios_hwdef.py

This commit is contained in:
Peter Barker 2023-03-10 13:59:57 +11:00 committed by Peter Barker
parent 9fd72b6a68
commit f58f8841a1

View File

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