diff options
Diffstat (limited to 'apps/test.c')
-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(); |