summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/console_cmd/port80.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/console_cmd/port80.c')
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/port80.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/port80.c b/zephyr/test/drivers/default/src/console_cmd/port80.c
index 792895eb27..1d7eb2ad03 100644
--- a/zephyr/test/drivers/default/src/console_cmd/port80.c
+++ b/zephyr/test/drivers/default/src/console_cmd/port80.c
@@ -8,18 +8,17 @@
* @brief Unit Tests for ESPI port 80 console command
*/
-#include <zephyr/logging/log.h>
-#include <zephyr/shell/shell.h>
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
-
#include "console.h"
#include "ec_commands.h"
#include "port80.h"
-
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
+#include <zephyr/kernel.h>
+#include <zephyr/logging/log.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
/**
* @brief TestPurpose: Verify port 80 console commands
*