From 3bde46b86263c9686456ac76133eb081e1473d30 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Oct 2015 21:42:42 +0100 Subject: [PATCH] ubee: update devtty Still not a finished port but keep in sync --- Kernel/platform-ubee/devtty.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.34.1