summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-12-30 19:10:22 +0000
committerAlexander Levin <al.le@rockbox.org>2009-12-30 19:10:22 +0000
commitccb644191331dd506f96c474997895ce3ee2b279 (patch)
tree7d7312db81effb86f6cc44b96543900eca3ffd57
parentd2e9828a2881e2cd6cb4c14f405af8da93a31db2 (diff)
downloadrockbox-ccb644191331dd506f96c474997895ce3ee2b279.tar.gz
rockbox-ccb644191331dd506f96c474997895ce3ee2b279.zip
Fix a typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24128 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3997ce4b0c..01933dadf2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -131,7 +131,7 @@
131 * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting 131 * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting
132 * the brightness (i.e. no real difference between backlight_on and 132 * the brightness (i.e. no real difference between backlight_on and
133 * backlight_set_brightness) 133 * backlight_set_brightness)
134 * BACKLIGHT_FADING_SW_SETTING means that backlight brightness is restored 134 * BACKLIGHT_FADING_SW_HW_REG means that backlight brightness is restored
135 * "in hardware", from a hardware register upon backlight_on 135 * "in hardware", from a hardware register upon backlight_on
136 * Both types need to have minor adjustments in the software fading code */ 136 * Both types need to have minor adjustments in the software fading code */
137#define BACKLIGHT_FADING_SW_SETTING 0x2 137#define BACKLIGHT_FADING_SW_SETTING 0x2