summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 2d9b1bf7b4..201906f2ce 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -577,6 +577,11 @@ static bool dirbrowse(void)
577 if (global_settings.rec_startup) { 577 if (global_settings.rec_startup) {
578 /* We fake being in the menu structure by calling 578 /* We fake being in the menu structure by calling
579 the appropriate parent when we drop out of each screen */ 579 the appropriate parent when we drop out of each screen */
580#if CONFIG_CODEC == SWCODEC
581 /* Put in a 1 sec pause to slow bootup or the recording codecs
582 won't initialize */
583 sleep(HZ);
584#endif
580 recording_screen(false); 585 recording_screen(false);
581 rec_menu(); 586 rec_menu();
582 main_menu(); 587 main_menu();