forked from len0rd/rockbox
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);
|
LANG_LAST_INDEX_IN_ARRAY);
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
debug_init();
|
debug_init();
|
||||||
|
#endif
|
||||||
|
#if CONFIG_TUNER
|
||||||
|
radio_init();
|
||||||
#endif
|
#endif
|
||||||
/* Keep the order of this 3 (viewportmanager handles statusbars)
|
/* Keep the order of this 3 (viewportmanager handles statusbars)
|
||||||
* Must be done before any code uses the multi-screen API */
|
* Must be done before any code uses the multi-screen API */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue