summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-08 23:51:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-08 23:51:36 +0000
commit219944f6a306ced75b3a59b47afef90885e73d22 (patch)
tree0a6d186cb583765e7a12277422f4b1e05f22c12c
parent1b4cb9ecb79477721baa2432bb896ff337b90120 (diff)
downloadrockbox-219944f6a306ced75b3a59b47afef90885e73d22.tar.gz
rockbox-219944f6a306ced75b3a59b47afef90885e73d22.zip
That was *not* supposed to be committed :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7798 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/main.c b/apps/main.c
index c38a1603bf..296b3fc351 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -190,7 +190,7 @@ void init(void)
190 lcd_remote_init(); 190 lcd_remote_init();
191#endif 191#endif
192 font_init(); 192 font_init();
193// show_logo(); 193 show_logo();
194 lang_init(); 194 lang_init();
195 195
196 set_irq_level(0); 196 set_irq_level(0);
@@ -203,7 +203,7 @@ void init(void)
203#endif 203#endif
204#endif 204#endif
205 205
206// i2c_init(); 206 i2c_init();
207 207
208#ifdef HAVE_RTC 208#ifdef HAVE_RTC
209 rtc_init(); 209 rtc_init();
@@ -212,16 +212,16 @@ void init(void)
212 212
213 adc_init(); 213 adc_init();
214 214
215// usb_init(); 215 usb_init();
216 216
217 backlight_init(); 217 backlight_init();
218 218
219 button_init(); 219 button_init();
220 220
221// powermgmt_init(); 221 powermgmt_init();
222 222
223#ifdef CONFIG_TUNER 223#ifdef CONFIG_TUNER
224// radio_init(); 224 radio_init();
225#endif 225#endif
226 226
227#if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034) 227#if defined(HAVE_CHARGING) && (CONFIG_CPU == SH7034)