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
This commit is contained in:
Jonathan Gordon 2009-09-06 16:54:04 +00:00
parent 66499ecad0
commit 9f4f5dbc26
2 changed files with 7 additions and 3 deletions

View file

@ -185,8 +185,6 @@
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7421
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
@ -202,8 +200,12 @@
#endif /* SIMULATOR */
/** Port-specific settings **/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL
/* Main LCD backlight brightness range and defaults */
#define MIN_BRIGHTNESS_SETTING 1
#define MAX_BRIGHTNESS_SETTING 12