summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 1eed068f14..e5349ae4bf 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -496,7 +496,7 @@ static void init(void)
496 (mmc_remove_request() == SYS_HOTSWAP_EXTRACTED)) 496 (mmc_remove_request() == SYS_HOTSWAP_EXTRACTED))
497#endif 497#endif
498 { 498 {
499 gui_usb_screen_run(); 499 gui_usb_screen_run(true);
500 mounted = true; /* mounting done @ end of USB mode */ 500 mounted = true; /* mounting done @ end of USB mode */
501 } 501 }
502#ifdef HAVE_USB_POWER 502#ifdef HAVE_USB_POWER
@@ -521,7 +521,7 @@ static void init(void)
521 lcd_update(); 521 lcd_update();
522 522
523 while(button_get(true) != SYS_USB_CONNECTED) {}; 523 while(button_get(true) != SYS_USB_CONNECTED) {};
524 gui_usb_screen_run(); 524 gui_usb_screen_run(true);
525 system_reboot(); 525 system_reboot();
526 } 526 }
527 } 527 }