summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 7f47140aca..04154f54fe 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -146,6 +146,8 @@ void init(void)
146 power_off(); 146 power_off();
147 /* "On" pressed or USB connected: proceed */ 147 /* "On" pressed or USB connected: proceed */
148 } 148 }
149#else
150 (void)coldstart;
149#endif 151#endif
150 152
151 rc = ata_init(); 153 rc = ata_init();