summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/panic.c')
-rw-r--r--zephyr/test/drivers/default/src/panic.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/zephyr/test/drivers/default/src/panic.c b/zephyr/test/drivers/default/src/panic.c
index a2addc786d..7dcb18e4cf 100644
--- a/zephyr/test/drivers/default/src/panic.c
+++ b/zephyr/test/drivers/default/src/panic.c
@@ -8,17 +8,18 @@
* @brief Unit Tests for panic.
*/
+#include <zephyr/device.h>
+
+#include <zephyr/logging/log.h>
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+
#include "common.h"
#include "ec_tasks.h"
#include "panic.h"
#include "test/drivers/stubs.h"
#include "test/drivers/test_state.h"
-#include <zephyr/device.h>
-#include <zephyr/kernel.h>
-#include <zephyr/logging/log.h>
-#include <zephyr/ztest.h>
-
struct panic_test_fixture {
struct panic_data saved_pdata;
};