summaryrefslogtreecommitdiff
path: root/zephyr/program/brya/battery_present.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/brya/battery_present.c')
-rw-r--r--zephyr/program/brya/battery_present.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/program/brya/battery_present.c b/zephyr/program/brya/battery_present.c
index c487a01f36..b2af448271 100644
--- a/zephyr/program/brya/battery_present.c
+++ b/zephyr/program/brya/battery_present.c
@@ -2,11 +2,11 @@
* 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 "battery.h"
#include "cbi.h"
+#include <zephyr/drivers/gpio.h>
+
enum battery_present battery_hw_present(void)
{
const struct gpio_dt_spec *batt_pres;