From: Alan Cox Date: Sat, 19 Jan 2019 21:31:19 +0000 (+0000) Subject: px4plus: keep dead tree in sync X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=df423425f7fcc3b7bfc8598a88bda01408c39ae6;p=FUZIX.git px4plus: keep dead tree in sync --- diff --git a/Kernel/platform-px4plus/devtty.c b/Kernel/platform-px4plus/devtty.c index 03c6c3cc..e20f0773 100644 --- a/Kernel/platform-px4plus/devtty.c +++ b/Kernel/platform-px4plus/devtty.c @@ -11,7 +11,7 @@ control as a single UART is switched multiple ways including for the fd */ -char tbuf1[TTYSIZ]; +static char tbuf1[TTYSIZ]; uint8_t vtattr_cap;