From a5b0a1dcbac30166ff52c8b67b61da05e5b4b100 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 10 Apr 2012 10:34:36 +0200 Subject: [PATCH] Call radio_init() from hosted's init() too. Change-Id: Ib18874ab5ed4a57ae352a9c78bf3501247668a06 --- apps/main.c | 3 +++ 1 file changed, 3 insertions(+) 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 */