aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/test.c5
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();