diff options
author | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-10 07:43:36 +0000 |
---|---|---|
committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-10 07:43:36 +0000 |
commit | 29d8b917a8bda553671294dc31640e0bb78021f2 (patch) | |
tree | bb6418e54cca4e7f2aa5b516c7c75201fe0c502c /firmware/export/config-ifp7xx.h | |
parent | e3324483dfa58c709411e1b38ed77ae9cc7dee0c (diff) |
Forgot to add new files for iFP move to target tree.
Fixed conifg-ifp7xx.h so that the simulator works.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11494 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r-- | firmware/export/config-ifp7xx.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h index 637a754f2a..2e26e56a52 100644 --- a/firmware/export/config-ifp7xx.h +++ b/firmware/export/config-ifp7xx.h @@ -50,6 +50,13 @@ #define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ +/* Virtual LED (icon) */ +#define CONFIG_LED LED_VIRTUAL + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 +#define DEFAULT_CONTRAST_SETTING 40 + #ifndef SIMULATOR /* Define this if you have a Philips PNX0101 */ @@ -90,13 +97,6 @@ #define HAVE_GDB_API -/* Virtual LED (icon) */ -#define CONFIG_LED LED_VIRTUAL - -#define MIN_CONTRAST_SETTING 5 -#define MAX_CONTRAST_SETTING 63 -#define DEFAULT_CONTRAST_SETTING 40 - /* Define this if you have adjustable CPU frequency */ //#define HAVE_ADJUSTABLE_CPU_FREQ |