summaryrefslogtreecommitdiff
path: root/board/strago
diff options
context:
space:
mode:
Diffstat (limited to 'board/strago')
-rw-r--r--board/strago/board.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/strago/board.c b/board/strago/board.c
index 05c9761ac1..ac5a8a5c7f 100644
--- a/board/strago/board.c
+++ b/board/strago/board.c
@@ -130,7 +130,8 @@ struct motion_sensor_t motion_sensors[] = {
.rot_standard_ref = &base_standard_ref,
.default_config = {
.odr = 100000,
- .range = 2
+ .range = 2,
+ .ec_rate = SUSPEND_SAMPLING_INTERVAL,
}
},
{.name = "Lid Accel",
@@ -145,7 +146,8 @@ struct motion_sensor_t motion_sensors[] = {
.rot_standard_ref = &lid_standard_ref,
.default_config = {
.odr = 100000,
- .range = 2
+ .range = 2,
+ .ec_rate = SUSPEND_SAMPLING_INTERVAL,
}
},
};