mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: probe external compasses on foxeer reaper f745
This commit is contained in:
parent
1ffd0f2451
commit
2ce8005f22
|
@ -123,8 +123,9 @@ SPIDEV bmi270 SPI3 DEVID1 BMI270_CS MODE3 1*MHZ 4*MHZ
|
|||
SPIDEV dataflash SPI4 DEVID1 FLASH_CS MODE3 32*MHZ 32*MHZ
|
||||
SPIDEV osd SPI1 DEVID1 AT7456E_CS MODE0 10*MHZ 10*MHZ
|
||||
|
||||
# no built-in compass and no external I2C so no compass
|
||||
# no built-in compass
|
||||
define ALLOW_ARM_NO_COMPASS
|
||||
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||
define HAL_I2C_INTERNAL_MASK 0
|
||||
|
||||
# one IMU bmi270
|
||||
|
|
Loading…
Reference in New Issue