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, 6 insertions, 5 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/port80.c b/zephyr/test/drivers/default/src/console_cmd/port80.c
index 1d7eb2ad03..792895eb27 100644
--- a/zephyr/test/drivers/default/src/console_cmd/port80.c
+++ b/zephyr/test/drivers/default/src/console_cmd/port80.c
@@ -8,17 +8,18 @@
* @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
*