summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/console/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/console/src/shell.c')
-rw-r--r--zephyr/test/drivers/console/src/shell.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/drivers/console/src/shell.c b/zephyr/test/drivers/console/src/shell.c
index c7a85b8f32..7345ed2da8 100644
--- a/zephyr/test/drivers/console/src/shell.c
+++ b/zephyr/test/drivers/console/src/shell.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
-#include "console.h"
-#include "test/drivers/test_state.h"
-#include "uart.h"
-
#include <zephyr/device.h>
#include <zephyr/drivers/uart.h>
#include <zephyr/shell/shell.h>
#include <zephyr/ztest.h>
+#include "console.h"
+#include "uart.h"
+#include "test/drivers/test_state.h"
+
void uart_callback(const struct device *dev, void *user_data);
void bypass_cb(const struct shell *shell, uint8_t *data, size_t len);