summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 3b0521a03a..c5f2a99943 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -442,8 +442,9 @@ static void init(void)
442#ifdef HAVE_LCD_BITMAP 442#ifdef HAVE_LCD_BITMAP
443 lcd_puts(0, 2, "Insert USB cable"); 443 lcd_puts(0, 2, "Insert USB cable");
444 lcd_puts(0, 3, "and fix it."); 444 lcd_puts(0, 3, "and fix it.");
445 lcd_update();
446#endif 445#endif
446 lcd_update();
447
447 while(button_get(true) != SYS_USB_CONNECTED) {}; 448 while(button_get(true) != SYS_USB_CONNECTED) {};
448 usb_screen(); 449 usb_screen();
449 system_reboot(); 450 system_reboot();