summaryrefslogtreecommitdiff
path: root/board/redrix/sensors.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/redrix/sensors.c')
-rw-r--r--board/redrix/sensors.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/redrix/sensors.c b/board/redrix/sensors.c
index 7ed18197a5..f720a7cd32 100644
--- a/board/redrix/sensors.c
+++ b/board/redrix/sensors.c
@@ -195,16 +195,6 @@ struct motion_sensor_t motion_sensors[] = {
.rot_standard_ref = &base_standard_ref,
.min_frequency = LSM6DSM_ODR_MIN_VAL,
.max_frequency = LSM6DSM_ODR_MAX_VAL,
- .config = {
- [SENSOR_CONFIG_EC_S0] = {
- .odr = 13000 | ROUND_UP_FLAG,
- .ec_rate = 100 * MSEC,
- },
- [SENSOR_CONFIG_EC_S3] = {
- .odr = 10000 | ROUND_UP_FLAG,
- .ec_rate = 100 * MSEC,
- },
- },
},
[CLEAR_ALS] = {