AP_Compass: fixed PX4 build
This commit is contained in:
parent
af50b652f8
commit
86027f6e0f
@ -83,7 +83,7 @@ bool AP_Compass_PX4::read(void)
|
|||||||
|
|
||||||
// apply default board orientation for this compass type. This is
|
// apply default board orientation for this compass type. This is
|
||||||
// a noop on most boards
|
// a noop on most boards
|
||||||
rot_mag.rotate(MAG_BOARD_ORIENTATION);
|
_sum.rotate(MAG_BOARD_ORIENTATION);
|
||||||
|
|
||||||
// add user selectable orientation
|
// add user selectable orientation
|
||||||
_sum.rotate((enum Rotation)_orientation.get());
|
_sum.rotate((enum Rotation)_orientation.get());
|
||||||
|
Loading…
Reference in New Issue
Block a user