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 54d3955f4d..70dc9e2fed 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -169,7 +169,7 @@ void init(void)
169 lcd_puts(0, 1, str); 169 lcd_puts(0, 1, str);
170 lcd_puts(0, 3, "Press ON to debug"); 170 lcd_puts(0, 3, "Press ON to debug");
171 lcd_update(); 171 lcd_update();
172 while(button_get(true) != BUTTON_ON); 172 while(!(button_get(true) & BUTTON_REL));
173 dbg_ports(); 173 dbg_ports();
174#endif 174#endif
175 panicf("ata: %d", rc); 175 panicf("ata: %d", rc);