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-tpj1022.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/export/config-tpj1022.h') diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h index d5f348132a..cdb1eb93ac 100644 --- a/firmware/export/config-tpj1022.h +++ b/firmware/export/config-tpj1022.h @@ -131,8 +131,6 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x07B4 #define USB_PRODUCT_ID 0x0280 -/* Virtual LED (icon) */ -#define CONFIG_LED LED_VIRTUAL /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3