AP_HAL_ChibiOS: specify HAL_SUPPORT_RCOUT_SERIAL for periph in chibios_hwdef.py
This commit is contained in:
parent
9fd72b6a68
commit
f58f8841a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user