From: Alan Cox Date: Fri, 28 Sep 2018 20:20:06 +0000 (+0100) Subject: msx1: update to new tty prototype X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b25c565cfb8c5632578ceb1d2a479ef4b7d51c0b;p=FUZIX.git msx1: update to new tty prototype --- diff --git a/Kernel/platform-msx1/devtty.c b/Kernel/platform-msx1/devtty.c index 864142f1..6fcd7397 100644 --- a/Kernel/platform-msx1/devtty.c +++ b/Kernel/platform-msx1/devtty.c @@ -66,7 +66,7 @@ int tty_carrier(uint8_t minor) return 1; } -void tty_setup(uint8_t minor) +void tty_setup(uint8_t minor, uint8_t flags) { minor; }