summaryrefslogtreecommitdiff
path: root/board/npcx7_evb/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/npcx7_evb/board.c')
-rw-r--r--board/npcx7_evb/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/npcx7_evb/board.c b/board/npcx7_evb/board.c
index c78a30f3de..250f963b88 100644
--- a/board/npcx7_evb/board.c
+++ b/board/npcx7_evb/board.c
@@ -27,10 +27,11 @@
#include "switch.h"
#include "temp_sensor.h"
#include "temp_sensor_chip.h"
-#include "timer.h"
#include "thermal.h"
+#include "timer.h"
#include "util.h"
+/* Must come after other header files and interrupt handler declarations */
#include "gpio_list.h"
/******************************************************************************/