Call radio_init() from hosted's init() too.

Change-Id: Ib18874ab5ed4a57ae352a9c78bf3501247668a06
This commit is contained in:
Thomas Martitz 2012-04-10 10:34:36 +02:00
parent d3ead233a8
commit a5b0a1dcba

View file

@ -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 */