summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/smart.c')
-rw-r--r--zephyr/test/drivers/default/src/smart.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/zephyr/test/drivers/default/src/smart.c b/zephyr/test/drivers/default/src/smart.c
index a26d84b93c..9db292ac96 100644
--- a/zephyr/test/drivers/default/src/smart.c
+++ b/zephyr/test/drivers/default/src/smart.c
@@ -3,19 +3,20 @@
* found in the LICENSE file.
*/
-#include "battery.h"
-#include "battery_smart.h"
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/shell/shell_uart.h>
+
#include "common.h"
#include "console.h"
+#include "i2c.h"
#include "emul/emul_common_i2c.h"
#include "emul/emul_smart_battery.h"
-#include "i2c.h"
-#include "test/drivers/test_state.h"
-#include <zephyr/kernel.h>
-#include <zephyr/shell/shell.h>
-#include <zephyr/shell/shell_uart.h>
-#include <zephyr/ztest.h>
+#include "battery.h"
+#include "battery_smart.h"
+#include "test/drivers/test_state.h"
#define BATTERY_NODE DT_NODELABEL(battery)