diff options
author | Marvin Borner | 2021-02-26 21:05:42 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-26 21:05:42 +0100 |
commit | 50123cd5368602f68b9650890735947eb7ec501e (patch) | |
tree | f78117baf425b341fd5c8fd38ccdfd9528d236f3 /apps | |
parent | dc3ae2d551ed9e427d5a99739ec30e97749bd5bc (diff) |
Removed serial driver from userspace
Diffstat (limited to 'apps')
-rw-r--r-- | apps/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <math.h> #include <mem.h> #include <print.h> -#include <serial.h> #include <str.h> #include <sys.h> @@ -74,10 +73,6 @@ TEST(mem) int main(void) { - // Serial connection - serial_install(); - serial_print("\nConnected testing.\n"); - test_math(); test_conv(); test_mem(); |