From: Alan Cox Date: Thu, 28 Feb 2019 21:37:08 +0000 (+0000) Subject: zx+3: oops turn the floppy off when idle X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b25d582696280eca57ed54a4fb5d4138137f3da2;p=FUZIX.git zx+3: oops turn the floppy off when idle --- diff --git a/Kernel/platform-zx+3/main.c b/Kernel/platform-zx+3/main.c index 997812c6..8771ccca 100644 --- a/Kernel/platform-zx+3/main.c +++ b/Kernel/platform-zx+3/main.c @@ -27,6 +27,7 @@ void platform_interrupt(void) poll_input(); if (timer_wait) wakeup(&timer_interrupt); + devfd_spindown(); } /*