From: Alan Cox Date: Sun, 8 Mar 2015 18:58:16 +0000 (+0000) Subject: zx128: update for tty_sleeping X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e008f95dae9b6f6c2c3b6c1d7ef163b6f6f251de;p=FUZIX.git zx128: update for tty_sleeping --- diff --git a/Kernel/platform-zx128/devtty.c b/Kernel/platform-zx128/devtty.c index 0f02992a..d50893d6 100644 --- a/Kernel/platform-zx128/devtty.c +++ b/Kernel/platform-zx128/devtty.c @@ -83,6 +83,11 @@ void tty_setup(uint8_t minor) minor; } +void tty_sleeping(uint8_t minor) +{ + minor; +} + void update_keyboard(void) { /* We need this assembler code because SDCC __sfr cannot handle 16-bit addresses. And because it is much faster, of course */