summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-12-30 22:01:21 +0000
committerJens Arnold <amiconn@rockbox.org>2006-12-30 22:01:21 +0000
commit68ae800d2d3781751a24c7decf53ca26f79f8095 (patch)
tree592968037e4e2ff03da251cea9ec1ab3683c92a2
parent9eff767c6dfe629e344c08e4ab8e41d49de0588a (diff)
downloadrockbox-68ae800d2d3781751a24c7decf53ca26f79f8095.tar.gz
rockbox-68ae800d2d3781751a24c7decf53ca26f79f8095.zip
Made building for backlight-modded Ondios a bit easier: Just uncomment the #defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11868 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 0ccba0de20..8a26efc70c 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -37,6 +37,9 @@
37/* Define this if you have a MAS3587F */ 37/* Define this if you have a MAS3587F */
38#define CONFIG_CODEC MAS3587F 38#define CONFIG_CODEC MAS3587F
39 39
40/* Enable this if you have done the backlight mod */
41//#define CONFIG_BACKLIGHT BL_PA14_HI
42
40#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 43#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
41 44
42#ifndef SIMULATOR 45#ifndef SIMULATOR
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index a535e47905..8237d8cec7 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -30,6 +30,9 @@
30/* Define this if you have a MAS3539F */ 30/* Define this if you have a MAS3539F */
31#define CONFIG_CODEC MAS3539F 31#define CONFIG_CODEC MAS3539F
32 32
33/* Enable this if you have done the backlight mod */
34//#define CONFIG_BACKLIGHT BL_PA14_HI
35
33#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 36#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
34 37
35#ifndef SIMULATOR 38#ifndef SIMULATOR