mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
d9bbf5af8e
commit
7d79db2ab2
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ void fatal_error(void)
|
||||||
printf("reboot then SELECT+PLAY");
|
printf("reboot then SELECT+PLAY");
|
||||||
printf("for disk mode");
|
printf("for disk mode");
|
||||||
#endif
|
#endif
|
||||||
|
lcd_update();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
if (button_hold() != holdstatus) {
|
if (button_hold() != holdstatus) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue