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 95e6663ba0..c50af865fc 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -365,7 +365,7 @@ void init(void)
365 lcd_puts(0, 1, str); 365 lcd_puts(0, 1, str);
366 lcd_puts(0, 3, "Press ON to debug"); 366 lcd_puts(0, 3, "Press ON to debug");
367 lcd_update(); 367 lcd_update();
368 while(!(button_get(true) & BUTTON_REL)); 368 while(!(button_get(true) & BUTTON_REL)); /*DO NOT CHANGE TO ACTION SYSTEM */
369 dbg_ports(); 369 dbg_ports();
370#endif 370#endif
371 panicf("ata: %d", rc); 371 panicf("ata: %d", rc);