summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index f48dd2d0a0..ca0cded351 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -312,7 +312,7 @@ static void init(void)
312 button_init(); 312 button_init();
313 backlight_init(); 313 backlight_init();
314 sim_tasks_init(); 314 sim_tasks_init();
315 lang_init(); 315 lang_init(language_builtin, language_strings, LANG_LAST_INDEX_IN_ARRAY);
316#ifdef DEBUG 316#ifdef DEBUG
317 debug_init(); 317 debug_init();
318#endif 318#endif
@@ -403,7 +403,7 @@ static void init(void)
403 font_init(); 403 font_init();
404 404
405 show_logo(); 405 show_logo();
406 lang_init(); 406 lang_init(language_builtin, language_strings, LANG_LAST_INDEX_IN_ARRAY);
407 407
408#ifdef DEBUG 408#ifdef DEBUG
409 debug_init(); 409 debug_init();