summaryrefslogtreecommitdiff
path: root/zephyr/program/nissa/joxer/src/charger.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/nissa/joxer/src/charger.c')
-rw-r--r--zephyr/program/nissa/joxer/src/charger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/program/nissa/joxer/src/charger.c b/zephyr/program/nissa/joxer/src/charger.c
index b9454d8b80..4bb7de7ecb 100644
--- a/zephyr/program/nissa/joxer/src/charger.c
+++ b/zephyr/program/nissa/joxer/src/charger.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
-#include <zephyr/logging/log.h>
-
#include "battery.h"
#include "charger.h"
#include "console.h"
#include "driver/charger/sm5803.h"
#include "extpower.h"
-#include "usb_pd.h"
#include "nissa_common.h"
+#include "usb_pd.h"
+
+#include <zephyr/logging/log.h>
LOG_MODULE_DECLARE(nissa, CONFIG_NISSA_LOG_LEVEL);