summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-01-12 20:26:23 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-01-12 20:26:23 +0000
commit73cd9f3b63718d1fe927e7ef4294ed902e8a1b73 (patch)
tree82fc91d5a47c267a8a5a1cdd20aa89b2cd65a079 /apps
parent0ea4d3197ed7e56f39c630741cb69152ac9e41de (diff)
downloadrockbox-73cd9f3b63718d1fe927e7ef4294ed902e8a1b73.tar.gz
rockbox-73cd9f3b63718d1fe927e7ef4294ed902e8a1b73.zip
Turn backlight ON at boot unless bootloader has already done that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11992 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 4b0e98c57a..ccfc68f4f4 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -306,6 +306,8 @@ static void init(void)
306 cpu_boost(true); 306 cpu_boost(true);
307#endif 307#endif
308 308
309 backlight_init();
310
309 buffer_init(); 311 buffer_init();
310 312
311 settings_reset(); 313 settings_reset();
@@ -347,8 +349,6 @@ static void init(void)
347 m5636_init(); 349 m5636_init();
348#endif 350#endif
349 351
350 backlight_init();
351
352 button_init(); 352 button_init();
353 353
354 powermgmt_init(); 354 powermgmt_init();