AP_HAL: fixed ms5611 address on FMUv1

This commit is contained in:
Andrew Tridgell 2016-11-13 16:21:05 +11:00
parent 5ed8418305
commit 14a26bee6c

View File

@ -55,7 +55,7 @@
#define HAL_COMPASS_HMC5843_NAME "hmc5843"
#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
#endif