mirror of https://github.com/ArduPilot/ardupilot
HWDEF: Speedybeef4 change I2C internal mask to 0 to allow probing ext baros
This commit is contained in:
parent
bee4ad24d8
commit
f7cbdb4520
|
@ -135,7 +135,7 @@ define HAL_BARO_ALLOW_INIT_NO_BARO
|
|||
define ALLOW_ARM_NO_COMPASS
|
||||
define HAL_COMPASS_DEFAULT HAL_COMPASS_NONE
|
||||
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||
define HAL_I2C_INTERNAL_MASK 1
|
||||
define HAL_I2C_INTERNAL_MASK 0
|
||||
|
||||
# SPI devices
|
||||
SPIDEV mpu6000 SPI1 DEVID1 MPU6000_CS MODE3 1*MHZ 8*MHZ
|
||||
|
|
Loading…
Reference in New Issue