From 3ede95ec4690fc0981e4e66656d8f643a4207a30 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 8 Dec 2018 01:15:14 +0000 Subject: [PATCH] coco2cart: fix tty build --- Kernel/platform-coco2cart/devtty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-coco2cart/devtty.c b/Kernel/platform-coco2cart/devtty.c index de7f9c8e..a1e71605 100644 --- a/Kernel/platform-coco2cart/devtty.c +++ b/Kernel/platform-coco2cart/devtty.c @@ -116,7 +116,7 @@ static uint8_t bitbits[] = { 0x00 }; -void tty_setup(uint8_t minor) +void tty_setup(uint8_t minor, uint8_t flags) { uint8_t r; if (minor != ACIA_TTY) -- 2.34.1