forked from len0rd/rockbox
iAudio: don't call UDA1380 functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9394175091
commit
2fcd1b09d4
1 changed files with 2 additions and 0 deletions
|
@ -212,7 +212,9 @@ void main(void)
|
||||||
set_cpu_frequency(0); /* PLL off */
|
set_cpu_frequency(0); /* PLL off */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_UDA1380
|
||||||
uda1380_reset();
|
uda1380_reset();
|
||||||
|
#endif
|
||||||
|
|
||||||
backlight_init();
|
backlight_init();
|
||||||
set_irq_level(0);
|
set_irq_level(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue