summaryrefslogtreecommitdiff
path: root/board/felwinter/sensors.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/felwinter/sensors.c')
-rw-r--r--board/felwinter/sensors.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/felwinter/sensors.c b/board/felwinter/sensors.c
index 4a90179cf4..87025c017e 100644
--- a/board/felwinter/sensors.c
+++ b/board/felwinter/sensors.c
@@ -137,16 +137,6 @@ struct motion_sensor_t motion_sensors[] = {
.rot_standard_ref = &base_standard_ref,
.min_frequency = LSM6DSO_ODR_MIN_VAL,
.max_frequency = LSM6DSO_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,
- },
- },
},
};
const unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);