Skip to content

Commit 4527cab

Browse files
ubiedacfriedt
authored andcommitted
boards: vmu_rt1170: fix Axis alignment to comply with right-hand-rule
Missing an inverted sign on Axis Align on X. Signed-off-by: Benjamin Perseghetti <[email protected]> Signed-off-by: Luis Ubieda <[email protected]>
1 parent 12c4d76 commit 4527cab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nxp/vmu_rt1170/vmu_rt1170_mimxrt1176_cm7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
axis-align-x = <SENSOR_AXIS_ALIGN_DT_Y>;
288288
axis-align-y = <SENSOR_AXIS_ALIGN_DT_X>;
289289
axis-align-z = <SENSOR_AXIS_ALIGN_DT_Z>;
290+
axis-align-x-sign = <SENSOR_AXIS_ALIGN_DT_NEG>;
290291
fifo-hires;
291292
};
292293
};

0 commit comments

Comments
 (0)