HWDEF: Speedybeef4 change I2C internal mask to 0 to allow probing ext baros

This commit is contained in:
Henry Wurzburg 2019-12-08 16:41:01 -06:00 committed by Randy Mackay
parent bee4ad24d8
commit f7cbdb4520
1 changed files with 1 additions and 1 deletions

View File

@ -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