diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-12-17 17:03:26 +0100 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-12-17 17:03:26 +0100 |
commit | b26d2337f46aace9f735794dfdec3fdf22f55606 (patch) | |
tree | a44767356b1c4c83d02cd8176c3e86e13e19ae80 | |
parent | 7dbdf1ee0a064e9b2c5fedd7bd4e2b67f0532b09 (diff) | |
download | rpi-MMU-example-b26d2337f46aace9f735794dfdec3fdf22f55606.tar.gz rpi-MMU-example-b26d2337f46aace9f735794dfdec3fdf22f55606.zip |
add missing newline in output
-rw-r--r-- | demo_functionality.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |