summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/motion_calibrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/motion_calibrate.c b/common/motion_calibrate.c
index af237591dd..9819f12d28 100644
--- a/common/motion_calibrate.c
+++ b/common/motion_calibrate.c
@@ -30,7 +30,7 @@
static matrix_3x3_t standard_ref_calib = {
{ 1024, 0, 0},
{ 0, -1024, 0},
- { 0, 0, -1024}
+ { 0, 0, 1024}
};
/*****************************************************************************/