summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 727e58dfe9..1150fda0a8 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -61,8 +61,8 @@ int init(void)
61 bmalloc_add_pool(poolstart, poolend-poolstart); 61 bmalloc_add_pool(poolstart, poolend-poolstart);
62#ifdef HAVE_LCD_BITMAP 62#ifdef HAVE_LCD_BITMAP
63 lcd_init(); 63 lcd_init();
64 show_logo();
65#endif 64#endif
65 show_logo();
66 66
67#ifdef DEBUG 67#ifdef DEBUG
68 debug_init(); 68 debug_init();