summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/elm/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/elm/board.h b/board/elm/board.h
index acc3984444..456e43d5a9 100644
--- a/board/elm/board.h
+++ b/board/elm/board.h
@@ -22,6 +22,9 @@
#define CONFIG_ACCEL_FIFO 512
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)
+/* Lower maximal ODR to 100Hz */
+#define CONFIG_EC_MAX_SENSOR_FREQ_MILLIHZ 100000
+
/*
* Sensor internal FIFO is enabled for BMI160, but not for BMA255.
*/