1
0
Fork 0
forked from len0rd/rockbox

Makes the Adaptive Bass option not the default. To enable, you must uncomment the USE_ADAPTIVE_BASS in the config file and rebuild.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13870 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Gotthardt 2007-07-13 11:36:07 +00:00
parent 828d719ac1
commit cd548090da

View file

@ -71,7 +71,7 @@
#define HAVE_WM8751 #define HAVE_WM8751
/* Define this if you want to use the adaptive bass capibility of the 8751 */ /* Define this if you want to use the adaptive bass capibility of the 8751 */
#define USE_ADAPTIVE_BASS /* #define USE_ADAPTIVE_BASS */
#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ #define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */