summaryrefslogtreecommitdiff
path: root/board/kakadu/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kakadu/board.c')
-rw-r--r--board/kakadu/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/kakadu/board.c b/board/kakadu/board.c
index 4be1e3f795..4cafc11a8e 100644
--- a/board/kakadu/board.c
+++ b/board/kakadu/board.c
@@ -14,8 +14,8 @@
#include "common.h"
#include "console.h"
#include "driver/accelgyro_bmi_common.h"
-#include "driver/accelgyro_icm_common.h"
#include "driver/accelgyro_icm42607.h"
+#include "driver/accelgyro_icm_common.h"
#include "driver/charger/rt946x.h"
#include "driver/sync.h"
#include "driver/tcpm/mt6370.h"
@@ -57,6 +57,7 @@ static void gauge_interrupt(enum gpio_signal signal)
task_wake(TASK_ID_CHARGER);
}
+/* Must come after other header files and interrupt handler declarations */
#include "gpio_list.h"
/******************************************************************************/