mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL_ChibiOS: add support for AIO and OSD board types
this allows init on board variant without onboard baro
This commit is contained in:
parent
6e0cceff0d
commit
7780e8ed00
@ -136,8 +136,10 @@ FLASH_RESERVE_START_KB 64
|
||||
# one IMU
|
||||
IMU Invensense SPI:mpu6000 ROTATION_YAW_180
|
||||
|
||||
# one baro
|
||||
# probe for I2C BMP280, but allow init on board variants without onboard baro too
|
||||
BARO BMP280 I2C:0:0x76
|
||||
define HAL_PROBE_EXTERNAL_I2C_BAROS
|
||||
define HAL_BARO_ALLOW_INIT_NO_BARO
|
||||
|
||||
# no built-in compass, but probe the i2c bus for all possible
|
||||
# external compass types
|
||||
|
Loading…
Reference in New Issue
Block a user