From b26d2337f46aace9f735794dfdec3fdf22f55606 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 17 Dec 2019 17:03:26 +0100 Subject: add missing newline in output --- demo_functionality.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_functionality.c b/demo_functionality.c index 3375550..19a5c38 100644 --- a/demo_functionality.c +++ b/demo_functionality.c @@ -140,7 +140,7 @@ void demo_setup_PL0(void) ((volatile char*) VIRTUAL_PL0_MEMORY_START)[i] = (&_binary_PL_0_test_img_start)[i]; - uart_puts("copied PL0 and libkernel code to their sections"); + uart_puts("copied PL0 and libkernel code to their sections\n\r"); } void demo_go_unprivileged(void) -- cgit v1.2.3