mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
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
|
#endif
|
||||||
|
|
||||||
// we support RC serial for BLHeli pass-thru
|
// we support RC serial for BLHeli pass-thru
|
||||||
|
#ifndef HAL_SUPPORT_RCOUT_SERIAL
|
||||||
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
||||||
|
#endif
|
||||||
|
|
||||||
// by default assume first I2C bus is internal
|
// by default assume first I2C bus is internal
|
||||||
#ifndef HAL_I2C_INTERNAL_MASK
|
#ifndef HAL_I2C_INTERNAL_MASK
|
||||||
|
Loading…
Reference in New Issue
Block a user