summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/console_cmd/accelinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/console_cmd/accelinfo.c')
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/accelinfo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/accelinfo.c b/zephyr/test/drivers/default/src/console_cmd/accelinfo.c
index aac63c01b7..39556fab43 100644
--- a/zephyr/test/drivers/default/src/console_cmd/accelinfo.c
+++ b/zephyr/test/drivers/default/src/console_cmd/accelinfo.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
#include "config.h"
#include "console.h"
#include "ec_commands.h"
#include "test/drivers/test_state.h"
#include "timer.h"
-#include <zephyr/shell/shell.h>
-#include <zephyr/ztest.h>
-
static void console_cmd_accelinfo_after(void *fixture)
{
ARG_UNUSED(fixture);