From cd548090daffd943a356dae1e99f91c0edb69855 Mon Sep 17 00:00:00 2001 From: Steve Gotthardt Date: Fri, 13 Jul 2007 11:36:07 +0000 Subject: 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 --- firmware/export/config-gigabeat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #define HAVE_WM8751 /* 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 */ -- cgit v1.2.3