aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-10 17:36:33 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-10 17:36:33 +0100
commit9c5e76f1087e0d868f7330d003e17181ecd8706b (patch)
treeefe7773d5f04add8f17e0c1755ad621cbf2d18a3
parentd0d9f0280879f8c43131256aa5e82012ec84716f (diff)
downloadrpi-MMU-example-9c5e76f1087e0d868f7330d003e17181ecd8706b.tar.gz
rpi-MMU-example-9c5e76f1087e0d868f7330d003e17181ecd8706b.zip
remove old, unneeded uart_puts() call
-rw-r--r--PL0_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/PL0_test.c b/PL0_test.c
index 1b93024..32addf8 100644
--- a/PL0_test.c
+++ b/PL0_test.c
@@ -3,8 +3,6 @@
void PL0_main(void)
{
- uart_puts("hello PL0! Switching to user mode!\n\r");
-
// if all went correct, Success! gets printed
uart_puts("Success!\n\r");