summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/src/hibernate.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/corsola/src/hibernate.c')
-rw-r--r--zephyr/program/corsola/src/hibernate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/program/corsola/src/hibernate.c b/zephyr/program/corsola/src/hibernate.c
index 56c085e077..2b7ed9795d 100644
--- a/zephyr/program/corsola/src/hibernate.c
+++ b/zephyr/program/corsola/src/hibernate.c
@@ -2,12 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include <zephyr/drivers/gpio.h>
-
#include "charger.h"
#include "driver/charger/isl923x_public.h"
#include "system.h"
+#include <zephyr/drivers/gpio.h>
+
/* Corsola board specific hibernate implementation */
__override void board_hibernate(void)
{