From 3fa16843019b65016e125d74f38d34ac5e665f6b Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 6 Sep 2009 17:12:09 +0000 Subject: 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 --- firmware/export/config-c100.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'firmware/export/config-c100.h') diff --git a/firmware/export/config-c100.h b/firmware/export/config-c100.h index d632deeb84..5cc29e32f6 100644 --- a/firmware/export/config-c100.h +++ b/firmware/export/config-c100.h @@ -114,10 +114,7 @@ /* The start address index for ROM builds */ /* #define ROM_START 0x11010 for behind original Archos */ -#define ROM_START 0x7010 /* for behind BootBox */ - -/* Software controlled LED */ -#define CONFIG_LED LED_VIRTUAL +#define ROM_START 0x7010 /* for behind BootBox */ #define CONFIG_LCD LCD_S6B33B2 -- cgit v1.2.3