summaryrefslogtreecommitdiff
path: root/board/eve
diff options
context:
space:
mode:
Diffstat (limited to 'board/eve')
-rw-r--r--board/eve/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eve/board.h b/board/eve/board.h
index 727986e7c1..b9d0531a3b 100644
--- a/board/eve/board.h
+++ b/board/eve/board.h
@@ -135,7 +135,7 @@
#define CONFIG_LID_ANGLE_SENSOR_LID LID_ACCEL
/* FIFO size is in power of 2. */
-#define CONFIG_ACCEL_FIFO 1024
+#define CONFIG_ACCEL_FIFO 512
/* Depends on how fast the AP boots and typical ODRs */
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)