summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-11-10 07:43:36 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-11-10 07:43:36 +0000
commit29d8b917a8bda553671294dc31640e0bb78021f2 (patch)
treebb6418e54cca4e7f2aa5b516c7c75201fe0c502c /firmware/export
parente3324483dfa58c709411e1b38ed77ae9cc7dee0c (diff)
downloadrockbox-29d8b917a8bda553671294dc31640e0bb78021f2.tar.gz
rockbox-29d8b917a8bda553671294dc31640e0bb78021f2.zip
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')
-rw-r--r--firmware/export/config-ifp7xx.h14
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 @@
50 50
51#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 51#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
52 52
53/* Virtual LED (icon) */
54#define CONFIG_LED LED_VIRTUAL
55
56#define MIN_CONTRAST_SETTING 5
57#define MAX_CONTRAST_SETTING 63
58#define DEFAULT_CONTRAST_SETTING 40
59
53#ifndef SIMULATOR 60#ifndef SIMULATOR
54 61
55/* Define this if you have a Philips PNX0101 */ 62/* Define this if you have a Philips PNX0101 */
@@ -90,13 +97,6 @@
90 97
91#define HAVE_GDB_API 98#define HAVE_GDB_API
92 99
93/* Virtual LED (icon) */
94#define CONFIG_LED LED_VIRTUAL
95
96#define MIN_CONTRAST_SETTING 5
97#define MAX_CONTRAST_SETTING 63
98#define DEFAULT_CONTRAST_SETTING 40
99
100/* Define this if you have adjustable CPU frequency */ 100/* Define this if you have adjustable CPU frequency */
101//#define HAVE_ADJUSTABLE_CPU_FREQ 101//#define HAVE_ADJUSTABLE_CPU_FREQ
102 102