From: Alan Cox Date: Mon, 2 Jul 2018 21:18:49 +0000 (+0100) Subject: trs80m1: fix comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=deb1ca54ef3e3ecc0b137a7038ac8446ea68522e;p=FUZIX.git trs80m1: fix comment --- diff --git a/Kernel/platform-trs80m1/main.c b/Kernel/platform-trs80m1/main.c index f3c3b1ad..549e3916 100644 --- a/Kernel/platform-trs80m1/main.c +++ b/Kernel/platform-trs80m1/main.c @@ -12,7 +12,7 @@ uint8_t vtattr_cap; struct blkbuf *bufpool_end = bufpool + NBUFS; /* We need to spin here because we don't have interrupts for the UART on the - model I, or for the keyboard on model I or III */ + model I */ void platform_idle(void) { irqflags_t irq = di();