summaryrefslogtreecommitdiff
path: root/zephyr/test/herobrine/src/board_chipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/herobrine/src/board_chipset.c')
-rw-r--r--zephyr/test/herobrine/src/board_chipset.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/herobrine/src/board_chipset.c b/zephyr/test/herobrine/src/board_chipset.c
index 1463547012..77bdb14e16 100644
--- a/zephyr/test/herobrine/src/board_chipset.c
+++ b/zephyr/test/herobrine/src/board_chipset.c
@@ -1,14 +1,14 @@
-/* Copyright 2022 The ChromiumOS Authors
+/* Copyright 2022 The ChromiumOS Authors.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "board_chipset.h"
-#include "hooks.h"
-
#include <zephyr/kernel.h>
#include <zephyr/ztest.h>
+#include "hooks.h"
+#include "board_chipset.h"
+
static int battery_soc_abs_value = 50;
int battery_state_of_charge_abs(int *percent)