From 2a3e1628a50b9de7c1462ee95eb79937795f5409 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 21:40:51 +0100 Subject: Limit more variables to file scope Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361 --- flash/uart_boot/uart_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash') diff --git a/flash/uart_boot/uart_boot.c b/flash/uart_boot/uart_boot.c index 40c3682091..06750fdbe2 100644 --- a/flash/uart_boot/uart_boot.c +++ b/flash/uart_boot/uart_boot.c @@ -10,7 +10,7 @@ #include "flash.h" // flash high level functions // command line configuration: what shall we do? -struct +static struct { char* szPort; // COM port to use bool bRecorder; // it's a recorder -- cgit