From: Alan Cox Date: Thu, 23 Nov 2017 02:26:23 +0000 (+0000) Subject: v65c816: remove some debug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=752bb8da912a84ee88541a6db261489360610957;p=FUZIX.git v65c816: remove some debug --- 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(); } }