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, 0 insertions, 3 deletions
diff --git a/apps/main.c b/apps/main.c
index edcff92995..25bc9296e5 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -233,9 +233,6 @@ void init(void)
233 usb_screen(); 233 usb_screen();
234 system_reboot(); 234 system_reboot();
235 } 235 }
236#if defined(HAVE_MMC) && defined(HAVE_HOTSWAP)
237 mmc_enable_monitoring(true);
238#endif
239 236
240 settings_calc_config_sector(); 237 settings_calc_config_sector();
241 settings_load(SETTINGS_ALL); 238 settings_load(SETTINGS_ALL);