summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-06 17:12:09 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-06 17:12:09 +0000
commit3fa16843019b65016e125d74f38d34ac5e665f6b (patch)
treec1f9a926dafe2c12720a457508bd54709271a80f /firmware/export/config-ondavx747.h
parentef7018a7ffda346fa4c3ef46566509376d492b61 (diff)
downloadrockbox-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-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index c9f80e0a3d..dee18663d1 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -192,9 +192,6 @@
192/* define this if you have a flash memory storage */ 192/* define this if you have a flash memory storage */
193#define HAVE_FLASH_STORAGE 193#define HAVE_FLASH_STORAGE
194 194
195/* Virtual LED (icon) */
196#define CONFIG_LED LED_VIRTUAL
197
198/* Offset ( in the firmware file's header ) to the file CRC */ 195/* Offset ( in the firmware file's header ) to the file CRC */
199#define FIRMWARE_OFFSET_FILE_CRC 0 196#define FIRMWARE_OFFSET_FILE_CRC 0
200 197