Call radio_init() from hosted's init() too.
Change-Id: Ib18874ab5ed4a57ae352a9c78bf3501247668a06
This commit is contained in:
parent
d3ead233a8
commit
a5b0a1dcba
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue