mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: allow hwdef to define HAL_SUPPORT_RCOUT_SERIAL - must be disabled for AP_Periph
This commit is contained in:
parent
e2a6d13213
commit
089f3aa349
|
@ -104,7 +104,9 @@
|
|||
#endif
|
||||
|
||||
// we support RC serial for BLHeli pass-thru
|
||||
#ifndef HAL_SUPPORT_RCOUT_SERIAL
|
||||
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
||||
#endif
|
||||
|
||||
// by default assume first I2C bus is internal
|
||||
#ifndef HAL_I2C_INTERNAL_MASK
|
||||
|
|
Loading…
Reference in New Issue