From dcc6d843a2669346f7979f451a9b6cbbb1d5af0e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 13 Jun 2015 10:46:31 +0100 Subject: [PATCH] px4plus: vtattr_cap addition --- Kernel/platform-px4plus/devtty.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.34.1