summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-06 16:54:04 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-06 16:54:04 +0000
commit9f4f5dbc2683a17159aac153aaccce023fc5dab3 (patch)
treebc335c25ee2579450c3d2cee7463b8fcbe631e26 /firmware/export/config-e200.h
parent66499ecad05866e709e3b48131801356cdf888c1 (diff)
downloadrockbox-9f4f5dbc2683a17159aac153aaccce023fc5dab3.tar.gz
rockbox-9f4f5dbc2683a17159aac153aaccce023fc5dab3.zip
Make the e200 compile the vled for the sim... other targets are probably doing the same thing so find out which.. commit will be immediatly followed to fixd red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22642 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index adae8a211d..f130a63eae 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -185,8 +185,6 @@
185#define USB_VENDOR_ID 0x0781 185#define USB_VENDOR_ID 0x0781
186#define USB_PRODUCT_ID 0x7421 186#define USB_PRODUCT_ID 0x7421
187 187
188/* Virtual LED (icon) */
189#define CONFIG_LED LED_VIRTUAL
190 188
191/* Define this if you have adjustable CPU frequency */ 189/* Define this if you have adjustable CPU frequency */
192#define HAVE_ADJUSTABLE_CPU_FREQ 190#define HAVE_ADJUSTABLE_CPU_FREQ
@@ -202,8 +200,12 @@
202 200
203#endif /* SIMULATOR */ 201#endif /* SIMULATOR */
204 202
203
205/** Port-specific settings **/ 204/** Port-specific settings **/
206 205
206/* Virtual LED (icon) */
207#define CONFIG_LED LED_VIRTUAL
208
207/* Main LCD backlight brightness range and defaults */ 209/* Main LCD backlight brightness range and defaults */
208#define MIN_BRIGHTNESS_SETTING 1 210#define MIN_BRIGHTNESS_SETTING 1
209#define MAX_BRIGHTNESS_SETTING 12 211#define MAX_BRIGHTNESS_SETTING 12