mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: BeagleBone Blue fix HMC5843 I2C bus number
This commit is contained in:
parent
5cf9b1e985
commit
b4c1ecf9ce
|
@ -251,7 +251,7 @@
|
|||
#define HAL_COMPASS_AK8963_I2C_BUS 2
|
||||
#define HAL_COMPASS_AK8963_I2C_ADDR 0x0C
|
||||
/* HMC5843 can be an external compass */
|
||||
#define HAL_COMPASS_HMC5843_I2C_BUS 2
|
||||
#define HAL_COMPASS_HMC5843_I2C_BUS 1
|
||||
#define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
||||
#define HAL_OPTFLOW_PX4FLOW_I2C_BUS 2
|
||||
#define HAL_RANGEFINDER_LIGHTWARE_I2C_BUS 2
|
||||
|
|
Loading…
Reference in New Issue