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 3dfab06280..2dd90ef5fe 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -430,7 +430,8 @@ static void init(void)
430 /* enter USB mode early, before trying to mount */ 430 /* enter USB mode early, before trying to mount */
431 if (button_get_w_tmo(HZ/10) == SYS_USB_CONNECTED) 431 if (button_get_w_tmo(HZ/10) == SYS_USB_CONNECTED)
432#ifdef HAVE_MMC 432#ifdef HAVE_MMC
433 if (!mmc_touched() || (mmc_remove_request() == SYS_MMC_EXTRACTED)) 433 if (!mmc_touched() ||
434 (mmc_remove_request() == SYS_HOTSWAP_EXTRACTED))
434#endif 435#endif
435 { 436 {
436 usb_screen(); 437 usb_screen();