From: Alan Cox Date: Thu, 1 Oct 2015 20:42:42 +0000 (+0100) Subject: ubee: update devtty X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3bde46b86263c9686456ac76133eb081e1473d30;p=FUZIX.git ubee: update devtty Still not a finished port but keep in sync --- diff --git a/Kernel/platform-ubee/devtty.c b/Kernel/platform-ubee/devtty.c index e51ab068..b8b30cfa 100644 --- a/Kernel/platform-ubee/devtty.c +++ b/Kernel/platform-ubee/devtty.c @@ -10,6 +10,8 @@ char tbuf1[TTYSIZ]; char tbuf2[TTYSIZ]; +uint8_t vtattr_cap; + __sfr __at 0xE8 tr1865_ctrl; __sfr __at 0xE9 tr1865_baud; __sfr __at 0xEA tr1865_status;