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)
|
#define HAL_UART_STATS_ENABLED (HAL_GCS_ENABLED || HAL_LOGGING_ENABLED)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAL_SUPPORT_RCOUT_SERIAL
|
||||||
|
#define HAL_SUPPORT_RCOUT_SERIAL 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef AP_AIRSPEED_AUTOCAL_ENABLE
|
#ifndef AP_AIRSPEED_AUTOCAL_ENABLE
|
||||||
#define AP_AIRSPEED_AUTOCAL_ENABLE 0
|
#define AP_AIRSPEED_AUTOCAL_ENABLE 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user