diff --git a/apps/main.c b/apps/main.c index 9846f116be..a9045366a8 100644 --- a/apps/main.c +++ b/apps/main.c @@ -372,6 +372,9 @@ static void init(void) LANG_LAST_INDEX_IN_ARRAY); #ifdef DEBUG debug_init(); +#endif +#if CONFIG_TUNER + radio_init(); #endif /* Keep the order of this 3 (viewportmanager handles statusbars) * Must be done before any code uses the multi-screen API */