summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-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)
155 155
156void init(void) 156void init(void)
157{ 157{
158 int rc, i; 158 int rc;
159 /* if nobody initialized ATA before, I consider this a cold start */ 159 /* if nobody initialized ATA before, I consider this a cold start */
160 bool coldstart = (PACR2 & 0x4000) != 0; /* starting from Flash */ 160 bool coldstart = (PACR2 & 0x4000) != 0; /* starting from Flash */
161 161