Ooops (about 3 months too late) - when an error is found by the bootloader, call lcd_update() so users can see it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13468 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-05-22 19:05:14 +00:00
parent d9bbf5af8e
commit 7d79db2ab2
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ void fatal_error(void)
printf("reboot then SELECT+PLAY");
printf("for disk mode");
#endif
lcd_update();
while (1) {
if (button_hold() != holdstatus) {