summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-07-13 11:36:07 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-07-13 11:36:07 +0000
commitcd548090daffd943a356dae1e99f91c0edb69855 (patch)
tree129ae29807602ee435477acba511866b7d3ae340
parent828d719ac1180d9d0862d3ada7f9a7afc65c1035 (diff)
downloadrockbox-cd548090daffd943a356dae1e99f91c0edb69855.tar.gz
rockbox-cd548090daffd943a356dae1e99f91c0edb69855.zip
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
-rw-r--r--firmware/export/config-gigabeat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 6264ab5087..241a3919d1 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -71,7 +71,7 @@
71#define HAVE_WM8751 71#define HAVE_WM8751
72 72
73/* Define this if you want to use the adaptive bass capibility of the 8751 */ 73/* Define this if you want to use the adaptive bass capibility of the 8751 */
74#define USE_ADAPTIVE_BASS 74/* #define USE_ADAPTIVE_BASS */
75 75
76#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 76#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
77 77