summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/ipod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 48812eae82..ddc1021235 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -201,6 +201,7 @@ void fatal_error(void)
201 printf("reboot then SELECT+PLAY"); 201 printf("reboot then SELECT+PLAY");
202 printf("for disk mode"); 202 printf("for disk mode");
203#endif 203#endif
204 lcd_update();
204 205
205 while (1) { 206 while (1) {
206 if (button_hold() != holdstatus) { 207 if (button_hold() != holdstatus) {