summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/main.c b/apps/main.c
index ab7f9f39b4..31bf32c714 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -336,12 +336,8 @@ static void init(void)
336 lcd_remote_init(); 336 lcd_remote_init();
337#endif 337#endif
338 font_init(); 338 font_init();
339 339
340#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR)
341 show_logo(); 340 show_logo();
342#else
343 sleep(1); /* Weird. We crash w/o this tiny delay. */
344#endif
345 lang_init(); 341 lang_init();
346 342
347#ifdef DEBUG 343#ifdef DEBUG