summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.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-ipodmini2g.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-ipodmini2g.h')
-rw-r--r--firmware/export/config-ipodmini2g.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index af83f5c31a..b69810e198 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -187,10 +187,6 @@
187#define USB_VENDOR_ID 0x05ac 187#define USB_VENDOR_ID 0x05ac
188#define USB_PRODUCT_ID 0x1205 188#define USB_PRODUCT_ID 0x1205
189 189
190
191/* Virtual LED (icon) */
192#define CONFIG_LED LED_VIRTUAL
193
194/* Define this if you have adjustable CPU frequency */ 190/* Define this if you have adjustable CPU frequency */
195#define HAVE_ADJUSTABLE_CPU_FREQ 191#define HAVE_ADJUSTABLE_CPU_FREQ
196 192