mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: Edge: add define HAL_WITH_UAVCAN
This commit is contained in:
parent
7302618bbc
commit
8369f125ce
|
@ -373,6 +373,7 @@
|
||||||
#define HAL_COMPASS_HMC5843_I2C_BUS 1
|
#define HAL_COMPASS_HMC5843_I2C_BUS 1
|
||||||
#define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
#define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
||||||
#define HAL_COMPASS_DEFAULT HAL_COMPASS_EDGE
|
#define HAL_COMPASS_DEFAULT HAL_COMPASS_EDGE
|
||||||
|
#define HAL_WITH_UAVCAN 1
|
||||||
/* HMC5843 can be an external compass */
|
/* HMC5843 can be an external compass */
|
||||||
#define HAL_COMPASS_HMC5843_I2C_BUS 1
|
#define HAL_COMPASS_HMC5843_I2C_BUS 1
|
||||||
#define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
#define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
||||||
|
|
Loading…
Reference in New Issue