mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Better feedback when booting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5825 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4313ce88b
commit
2a3856f613
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,6 @@ int main(void)
|
||||||
|
|
||||||
disk_init();
|
disk_init();
|
||||||
|
|
||||||
/* FixMe: the same kind of mounting happens in usb.c, share the code. */
|
|
||||||
rc = disk_mount_all();
|
rc = disk_mount_all();
|
||||||
if (rc<=0)
|
if (rc<=0)
|
||||||
{
|
{
|
||||||
|
@ -178,6 +177,7 @@ int main(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
lcd_puts(0, line++, "Loading firmware");
|
lcd_puts(0, line++, "Loading firmware");
|
||||||
|
lcd_update();
|
||||||
i = load_firmware();
|
i = load_firmware();
|
||||||
snprintf(buf, 256, "Result: %d", i);
|
snprintf(buf, 256, "Result: %d", i);
|
||||||
lcd_puts(0, line++, buf);
|
lcd_puts(0, line++, buf);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue