mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: add missing MPU9250 name for BH
This commit is contained in:
parent
71eefdfd2c
commit
6358876f58
|
@ -355,6 +355,7 @@
|
|||
#define HAL_BARO_MS5611_I2C_ADDR 0x77
|
||||
#define HAL_BARO_MS5611_USE_TIMER true
|
||||
#define HAL_INS_DEFAULT HAL_INS_BH
|
||||
#define HAL_INS_MPU9250_NAME "mpu9250"
|
||||
#define HAL_INS_MPU60x0_I2C_BUS 1
|
||||
#define HAL_INS_MPU60x0_I2C_ADDR 0x69
|
||||
#define HAL_COMPASS_DEFAULT HAL_COMPASS_BH
|
||||
|
|
Loading…
Reference in New Issue