From 50123cd5368602f68b9650890735947eb7ec501e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 26 Feb 2021 21:05:42 +0100 Subject: Removed serial driver from userspace --- apps/test.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps') diff --git a/apps/test.c b/apps/test.c index 6e4abde..80f24ad 100644 --- a/apps/test.c +++ b/apps/test.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include @@ -74,10 +73,6 @@ TEST(mem) int main(void) { - // Serial connection - serial_install(); - serial_print("\nConnected testing.\n"); - test_math(); test_conv(); test_mem(); -- cgit v1.2.3