diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-09-06 17:12:09 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-09-06 17:12:09 +0000 |
commit | 3fa16843019b65016e125d74f38d34ac5e665f6b (patch) | |
tree | c1f9a926dafe2c12720a457508bd54709271a80f /firmware/export/config-clip.h | |
parent | ef7018a7ffda346fa4c3ef46566509376d492b61 (diff) | |
download | rockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.tar.gz rockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.zip |
move the CONFIG_LED #define out into config.h as all but 3 targets actually have a real one (and apparently lots had it #defined in a !SIMULATOR block! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22644 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 03f5edd453..3b82a25159 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -184,9 +184,6 @@ #endif /* BOOTLOADER */ -/* Virtual LED (icon) */ -#define CONFIG_LED LED_VIRTUAL - /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |