mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: setup HAL_I2C_INTERNAL_MASK for ChibiOS
This commit is contained in:
parent
63d385ffb1
commit
0fc6ca22f7
|
@ -76,3 +76,9 @@
|
||||||
|
|
||||||
// we support RC serial for BLHeli pass-thru
|
// we support RC serial for BLHeli pass-thru
|
||||||
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
||||||
|
|
||||||
|
// by default assume first I2C bus is internal
|
||||||
|
#ifndef HAL_I2C_INTERNAL_MASK
|
||||||
|
#define HAL_I2C_INTERNAL_MASK 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue