From: Alan Cox Date: Sat, 13 Jun 2015 09:46:31 +0000 (+0100) Subject: px4plus: vtattr_cap addition X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dcc6d843a2669346f7979f451a9b6cbbb1d5af0e;p=FUZIX.git px4plus: vtattr_cap addition --- diff --git a/Kernel/platform-px4plus/devtty.c b/Kernel/platform-px4plus/devtty.c index c415e22b..c3a2fe0e 100644 --- a/Kernel/platform-px4plus/devtty.c +++ b/Kernel/platform-px4plus/devtty.c @@ -13,6 +13,8 @@ char tbuf1[TTYSIZ]; +uint8_t vtattr_cap; + struct s_queue ttyinq[NUM_DEV_TTY+1] = { /* ttyinq[0] is never used */ { NULL, NULL, NULL, 0, 0, 0 }, { tbuf1, tbuf1, tbuf1, TTYSIZ, 0, TTYSIZ/2 },