diff options
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index 25bc929..edcff92 100644 --- a/apps/main.c +++ b/apps/main.c @@ -233,6 +233,9 @@ void init(void) usb_screen(); system_reboot(); } +#if defined(HAVE_MMC) && defined(HAVE_HOTSWAP) + mmc_enable_monitoring(true); +#endif settings_calc_config_sector(); settings_load(SETTINGS_ALL); |