summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/scarlet/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scarlet/board.c b/board/scarlet/board.c
index 97b4e9110d..4d55ebfee0 100644
--- a/board/scarlet/board.c
+++ b/board/scarlet/board.c
@@ -424,7 +424,7 @@ struct motion_sensor_t motion_sensors[] = {
},
/* Enable gyro in S0 */
[SENSOR_CONFIG_EC_S0] = {
- .odr = 10000 | ROUND_UP_FLAG,
+ .odr = 0,
.ec_rate = 100 * MSEC,
},
/* Sensor off in S3/S5 */