summaryrefslogtreecommitdiff
path: root/board/cyan/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cyan/board.c')
-rw-r--r--board/cyan/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cyan/board.c b/board/cyan/board.c
index 568c32e765..d77dbeb45c 100644
--- a/board/cyan/board.c
+++ b/board/cyan/board.c
@@ -111,8 +111,8 @@ const matrix_3x3_t base_standard_ref = {
const matrix_3x3_t lid_standard_ref = {
{FLOAT_TO_FP(-1), 0, 0},
- { 0, FLOAT_TO_FP(-1), 0},
- { 0, 0, FLOAT_TO_FP(1)}
+ { 0, FLOAT_TO_FP(1), 0},
+ { 0, 0, FLOAT_TO_FP(-1)}
};
struct motion_sensor_t motion_sensors[] = {