summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index ccfc68f4f4..9b0d0192ad 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -320,7 +320,12 @@ static void init(void)
320 lcd_remote_init(); 320 lcd_remote_init();
321#endif 321#endif
322 font_init(); 322 font_init();
323
324#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR)
323 show_logo(); 325 show_logo();
326#else
327 sleep(1); //@@@ Weird. We crash w/o this tiny delay.
328#endif
324 lang_init(); 329 lang_init();
325 330
326#ifdef DEBUG 331#ifdef DEBUG