summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/log_backend_console_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/log_backend_console_buffer.c')
-rw-r--r--zephyr/shim/src/log_backend_console_buffer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/shim/src/log_backend_console_buffer.c b/zephyr/shim/src/log_backend_console_buffer.c
index 3f455469c4..cafb690b87 100644
--- a/zephyr/shim/src/log_backend_console_buffer.c
+++ b/zephyr/shim/src/log_backend_console_buffer.c
@@ -1,13 +1,13 @@
-/* Copyright 2022 The ChromiumOS Authors
+/* Copyright 2022 The ChromiumOS Authors.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "console.h"
-
#include <zephyr/logging/log_backend.h>
-#include <zephyr/logging/log_backend_std.h>
#include <zephyr/logging/log_output.h>
+#include <zephyr/logging/log_backend_std.h>
+
+#include "console.h"
static uint8_t
char_out_buf[CONFIG_PLATFORM_EC_LOG_BACKEND_CONSOLE_BUFFER_TMP_BUF_SIZE];