mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -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"
|
||||
|
||||
#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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user