diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-18 17:40:32 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-18 17:40:32 +0000 |
commit | 73b3f5417fb53579600b2645cfc227f614793f4f (patch) | |
tree | d134af3691c7b7ed69635ed5816d4d3a7882062d /firmware/export/config-clip.h | |
parent | 69845703bdc3af2aadbd9f3067b189e512c783a0 (diff) | |
download | rockbox-73b3f5417fb53579600b2645cfc227f614793f4f.tar.gz rockbox-73b3f5417fb53579600b2645cfc227f614793f4f.zip |
Sansa Clip: backlight brightness is not possible, so remove references to it
We don't need to mess with CCU_IO register (it's only needed for targets
with a SD slot) so don't keep its value when changing buttonlight
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19139 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index b05d2c5091..7fb6c41fba 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -104,7 +104,6 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -//#define HAVE_BACKLIGHT_BRIGHTNESS /* TODO */ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE |