From 752bb8da912a84ee88541a6db261489360610957 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 23 Nov 2017 02:26:23 +0000 Subject: [PATCH] v65c816: remove some debug --- Kernel/platform-v65c816/devtty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/platform-v65c816/devtty.c b/Kernel/platform-v65c816/devtty.c index 52cc5236..84e9092d 100644 --- a/Kernel/platform-v65c816/devtty.c +++ b/Kernel/platform-v65c816/devtty.c @@ -73,7 +73,6 @@ void platform_interrupt(void) uint8_t t = *timer; tty_poll(); while(t--) { - kputs(">"); timer_interrupt(); } } -- 2.34.1