summaryrefslogtreecommitdiff
path: root/board/rammus/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/rammus/board.h')
-rw-r--r--board/rammus/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/rammus/board.h b/board/rammus/board.h
index da8f311fca..66c79f9317 100644
--- a/board/rammus/board.h
+++ b/board/rammus/board.h
@@ -278,7 +278,7 @@ void board_reset_pd_mcu(void);
void board_set_tcpc_power_mode(int port, int mode);
/* 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)
#endif /* !__ASSEMBLER__ */