mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: specify HAL_SUPPORT_RCOUT_SERIAL for periph in chibios_hwdef.py
This commit is contained in:
parent
f58f8841a1
commit
5ad5605bc8
|
@ -108,7 +108,7 @@
|
|||
|
||||
// we support RC serial for BLHeli pass-thru
|
||||
#ifndef HAL_SUPPORT_RCOUT_SERIAL
|
||||
#define HAL_SUPPORT_RCOUT_SERIAL !defined(HAL_BUILD_AP_PERIPH)
|
||||
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
||||
#endif
|
||||
|
||||
// by default assume first I2C bus is internal
|
||||
|
|
Loading…
Reference in New Issue