mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed default revo compass orientation
This commit is contained in:
parent
7bcb01d28f
commit
c5e659c9dd
|
@ -122,7 +122,7 @@ define HAL_INS_DEFAULT_ROTATION ROTATION_YAW_180
|
|||
define HAL_COMPASS_DEFAULT HAL_COMPASS_HMC5843
|
||||
define HAL_COMPASS_HMC5843_I2C_BUS 0
|
||||
define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
||||
define HAL_COMPASS_HMC5843_ROTATION ROTATION_YAW_90
|
||||
define HAL_COMPASS_HMC5843_ROTATION ROTATION_YAW_270
|
||||
|
||||
define HAL_BARO_DEFAULT HAL_BARO_MS5611_I2C
|
||||
define HAL_BARO_MS5611_I2C_BUS 0
|
||||
|
|
Loading…
Reference in New Issue