summaryrefslogtreecommitdiff
path: root/board/ryu/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ryu/board.c')
-rw-r--r--board/ryu/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ryu/board.c b/board/ryu/board.c
index 2f08dd9bb2..e9540fb143 100644
--- a/board/ryu/board.c
+++ b/board/ryu/board.c
@@ -359,7 +359,7 @@ struct motion_sensor_t motion_sensors[] = {
.rot_standard_ref = &mag_standard_ref,
.default_config = {
.odr = 0,
- .range = 1,
+ .range = 1 << 11, /* 16LSB / uT */
.ec_rate = MAX_MOTION_SENSE_WAIT_TIME,
}
},