summaryrefslogtreecommitdiff
path: root/board/puff/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/puff/board.h')
-rw-r--r--board/puff/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/puff/board.h b/board/puff/board.h
index cb22f710d8..fedba00f7a 100644
--- a/board/puff/board.h
+++ b/board/puff/board.h
@@ -177,6 +177,9 @@
#define PP5000_PGOOD_POWER_SIGNAL_MASK POWER_SIGNAL_MASK(PP5000_A_PGOOD)
+/* Include math_util for bitmask_uint64 used in pd_timers */
+#define CONFIG_MATH_UTIL
+
#ifndef __ASSEMBLER__
#include "gpio_signal.h"