mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Ap_Compass: LIS3MDL fix order
This commit is contained in:
parent
c49c851a57
commit
385e5badd8
@ -55,6 +55,6 @@ private:
|
|||||||
uint8_t compass_instance;
|
uint8_t compass_instance;
|
||||||
Vector3f accum;
|
Vector3f accum;
|
||||||
uint16_t accum_count;
|
uint16_t accum_count;
|
||||||
enum Rotation rotation;
|
|
||||||
bool force_external;
|
bool force_external;
|
||||||
|
enum Rotation rotation;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user