From df423425f7fcc3b7bfc8598a88bda01408c39ae6 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 19 Jan 2019 21:31:19 +0000 Subject: [PATCH] px4plus: keep dead tree in sync --- Kernel/platform-px4plus/devtty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1