1
0
Fork 0
forked from len0rd/rockbox

That was *not* supposed to be committed :-)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-11-08 23:51:36 +00:00
parent 1b4cb9ecb7
commit 219944f6a3

View file

@ -190,7 +190,7 @@ void init(void)
lcd_remote_init(); lcd_remote_init();
#endif #endif
font_init(); font_init();
// show_logo(); show_logo();
lang_init(); lang_init();
set_irq_level(0); set_irq_level(0);
@ -203,7 +203,7 @@ void init(void)
#endif #endif
#endif #endif
// i2c_init(); i2c_init();
#ifdef HAVE_RTC #ifdef HAVE_RTC
rtc_init(); rtc_init();
@ -212,16 +212,16 @@ void init(void)
adc_init(); adc_init();
// usb_init(); usb_init();
backlight_init(); backlight_init();
button_init(); button_init();
// powermgmt_init(); powermgmt_init();
#ifdef CONFIG_TUNER #ifdef CONFIG_TUNER
// radio_init(); radio_init();
#endif #endif
#if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034) #if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034)