summaryrefslogtreecommitdiff
path: root/board/guybrush/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/guybrush/board.c')
-rw-r--r--board/guybrush/board.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/guybrush/board.c b/board/guybrush/board.c
index f8dd4f3768..b91512f3b5 100644
--- a/board/guybrush/board.c
+++ b/board/guybrush/board.c
@@ -71,12 +71,12 @@ struct motion_sensor_t motion_sensors[] = {
.config = {
/* EC use accel for angle detection */
[SENSOR_CONFIG_EC_S0] = {
- .odr = 10000 | ROUND_UP_FLAG,
+ .odr = 12500 | ROUND_UP_FLAG,
.ec_rate = 100 * MSEC,
},
/* Sensor on in S3 */
[SENSOR_CONFIG_EC_S3] = {
- .odr = 10000 | ROUND_UP_FLAG,
+ .odr = 12500 | ROUND_UP_FLAG,
.ec_rate = 0,
},
},
@@ -99,12 +99,12 @@ struct motion_sensor_t motion_sensors[] = {
.config = {
/* EC use accel for angle detection */
[SENSOR_CONFIG_EC_S0] = {
- .odr = 10000 | ROUND_UP_FLAG,
+ .odr = 12500 | ROUND_UP_FLAG,
.ec_rate = 100 * MSEC,
},
/* Sensor on in S3 */
[SENSOR_CONFIG_EC_S3] = {
- .odr = 10000 | ROUND_UP_FLAG,
+ .odr = 12500 | ROUND_UP_FLAG,
.ec_rate = 0,
},
},