aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/conversion/rotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/conversion/rotation.h b/src/lib/conversion/rotation.h
index 739c3a960..917c7f830 100644
--- a/src/lib/conversion/rotation.h
+++ b/src/lib/conversion/rotation.h
@@ -74,7 +74,7 @@ enum Rotation {
ROTATION_ROLL_270_YAW_135 = 23,
ROTATION_PITCH_90 = 24,
ROTATION_PITCH_270 = 25,
- ROTATION_ROLL_270_YAW_270 = 26,
+ ROTATION_ROLL_270_YAW_270 = 26,
ROTATION_MAX
};