mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-72 fix aux mag orientation so GPSV9 DJI are 0 0 0
This commit is contained in:
parent
0b5a779bb9
commit
32e4354e4b
@ -109,7 +109,7 @@ static const struct pios_hmc5x83_cfg pios_hmc5x83_cfg = {
|
||||
.Gain = PIOS_HMC5x83_GAIN_1_9,
|
||||
.Mode = PIOS_HMC5x83_MODE_CONTINUOUS,
|
||||
.Driver = &PIOS_HMC5x83_I2C_DRIVER,
|
||||
.Orientation = PIOS_HMC5X83_ORIENTATION_NORTH_WEST_UP,
|
||||
.Orientation = PIOS_HMC5X83_ORIENTATION_EAST_NORTH_UP,
|
||||
};
|
||||
#endif /* PIOS_INCLUDE_HMC5X83 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user