summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/debug_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug_uart.h b/include/debug_uart.h
index 4d1c58075c..714b369e6f 100644
--- a/include/debug_uart.h
+++ b/include/debug_uart.h
@@ -112,7 +112,7 @@ void printhex8(unsigned int value);
void printdec(unsigned int value);
#ifdef CONFIG_DEBUG_UART_ANNOUNCE
-#define _DEBUG_UART_ANNOUNCE printascii("<debug_uart> ");
+#define _DEBUG_UART_ANNOUNCE printascii("\n<debug_uart>\n");
#else
#define _DEBUG_UART_ANNOUNCE
#endif