summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index fece06a587..964a7c8b4f 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -155,7 +155,7 @@ void init(void)
void init(void)
{
- int rc, i;
+ int rc;
/* if nobody initialized ATA before, I consider this a cold start */
bool coldstart = (PACR2 & 0x4000) != 0; /* starting from Flash */