From cfbd9cb22fc1499c3b2f8207d72dce4cb388e09f Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 18:02:43 +0100 Subject: Make a few local variables static Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f --- firmware/logf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/logf.c') diff --git a/firmware/logf.c b/firmware/logf.c index 2fdbfa0f0c..0f05c6590d 100644 --- a/firmware/logf.c +++ b/firmware/logf.c @@ -52,7 +52,7 @@ #include "ata_idle_notify.h" unsigned char logdiskfbuffer[MAX_LOGDISKF_SIZE]; -int logdiskfindex; +static int logdiskfindex; #endif /* Only provide all this if asked to */ -- cgit v1.2.3