diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-12-30 19:10:22 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-12-30 19:10:22 +0000 |
| commit | ccb644191331dd506f96c474997895ce3ee2b279 (patch) | |
| tree | 7d7312db81effb86f6cc44b96543900eca3ffd57 | |
| parent | d2e9828a2881e2cd6cb4c14f405af8da93a31db2 (diff) | |
| download | rockbox-ccb644191331dd506f96c474997895ce3ee2b279.zip rockbox-ccb644191331dd506f96c474997895ce3ee2b279.tar.gz rockbox-ccb644191331dd506f96c474997895ce3ee2b279.tar.bz2 rockbox-ccb644191331dd506f96c474997895ce3ee2b279.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 3997ce4..01933da 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -131,7 +131,7 @@ * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting * the brightness (i.e. no real difference between backlight_on and * backlight_set_brightness) - * BACKLIGHT_FADING_SW_SETTING means that backlight brightness is restored + * BACKLIGHT_FADING_SW_HW_REG means that backlight brightness is restored * "in hardware", from a hardware register upon backlight_on * Both types need to have minor adjustments in the software fading code */ #define BACKLIGHT_FADING_SW_SETTING 0x2 |