From 29d8b917a8bda553671294dc31640e0bb78021f2 Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Fri, 10 Nov 2006 07:43:36 +0000 Subject: 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 --- firmware/export/config-ifp7xx.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'firmware/export') 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 -- cgit v1.2.3