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, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 145153ba37..3e98343708 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -622,6 +622,9 @@ static void init(void)
622#ifdef HAVE_ACCESSORY_SUPPLY 622#ifdef HAVE_ACCESSORY_SUPPLY
623 accessory_supply_set(global_settings.accessory_supply); 623 accessory_supply_set(global_settings.accessory_supply);
624#endif 624#endif
625#ifdef HAVE_HOTSWAP_STORAGE_AS_MAIN
626 check_bootfile(false); /* remember write time and filesize */
627#endif
625} 628}
626 629
627#ifdef CPU_PP 630#ifdef CPU_PP