summaryrefslogtreecommitdiff
path: root/board/bobba/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/bobba/board.h')
-rw-r--r--board/bobba/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bobba/board.h b/board/bobba/board.h
index 1c508a2039..f210664f58 100644
--- a/board/bobba/board.h
+++ b/board/bobba/board.h
@@ -29,7 +29,7 @@
#define CONFIG_DYNAMIC_MOTION_SENSOR_COUNT
/* Sensors without hardware FIFO are in forced mode */
-#define CONFIG_ACCEL_FORCE_MODE_MASK (1 << LID_ACCEL)
+#define CONFIG_ACCEL_FORCE_MODE_MASK BIT(LID_ACCEL)
/* Motion Sense Task Events */
#define CONFIG_ACCELGYRO_BMI160_INT_EVENT \