summaryrefslogtreecommitdiff
path: root/board/reef/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/reef/board.h')
-rw-r--r--board/reef/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/reef/board.h b/board/reef/board.h
index b166d24c8b..6847d82c5b 100644
--- a/board/reef/board.h
+++ b/board/reef/board.h
@@ -320,7 +320,7 @@ 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) | (1 << BASE_BARO) | (1 << LID_ALS))
+ (BIT(LID_ACCEL) | BIT(BASE_BARO) | BIT(LID_ALS))
#endif /* !__ASSEMBLER__ */