1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2006-12-30 22:01:21 +00:00
parent 9eff767c6d
commit 68ae800d2d
2 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,9 @@
/* Define this if you have a MAS3587F */
#define CONFIG_CODEC MAS3587F
/* Enable this if you have done the backlight mod */
//#define CONFIG_BACKLIGHT BL_PA14_HI
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
#ifndef SIMULATOR

View file

@ -30,6 +30,9 @@
/* Define this if you have a MAS3539F */
#define CONFIG_CODEC MAS3539F
/* Enable this if you have done the backlight mod */
//#define CONFIG_BACKLIGHT BL_PA14_HI
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
#ifndef SIMULATOR