forked from len0rd/rockbox
Fix an ugly-looking comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f78d38097
commit
886e97221b
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ static void init(void)
|
||||||
lcd_putsf(0, 1, "ATA error: %d", rc);
|
lcd_putsf(0, 1, "ATA error: %d", rc);
|
||||||
lcd_puts(0, 3, "Press ON to debug");
|
lcd_puts(0, 3, "Press ON to debug");
|
||||||
lcd_update();
|
lcd_update();
|
||||||
while(!(button_get(true) & BUTTON_REL)); /*DO NOT CHANGE TO ACTION SYSTEM */
|
while(!(button_get(true) & BUTTON_REL)); /* DO NOT CHANGE TO ACTION SYSTEM */
|
||||||
dbg_ports();
|
dbg_ports();
|
||||||
#endif
|
#endif
|
||||||
panicf("ata: %d", rc);
|
panicf("ata: %d", rc);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue