mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_HAL: fixed ms5611 address on FMUv1
This commit is contained in:
parent
5ed8418305
commit
14a26bee6c
@ -55,7 +55,7 @@
|
|||||||
#define HAL_COMPASS_HMC5843_NAME "hmc5843"
|
#define HAL_COMPASS_HMC5843_NAME "hmc5843"
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V1
|
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V1
|
||||||
#define HAL_BARO_MS5611_I2C_ADDR 0x77
|
#define HAL_BARO_MS5611_I2C_ADDR 0x76
|
||||||
#define HAL_BARO_MS5611_I2C_BUS 0
|
#define HAL_BARO_MS5611_I2C_BUS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user