summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh10_5gb.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-18 18:13:53 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-18 18:13:53 +0000
commit7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36 (patch)
tree23f93ba12642249730c9c78b554bb5b313574d06 /firmware/export/config/iriverh10_5gb.h
parentbff5e3d7ab853b01f56a83c15b49faed720f2386 (diff)
downloadrockbox-7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36.tar.gz
rockbox-7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36.zip
AB_REPEAT_ENABLE was never defined to 2
There's only 2 possibilities: defined or undefined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27483 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/iriverh10_5gb.h')
-rw-r--r--firmware/export/config/iriverh10_5gb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/iriverh10_5gb.h b/firmware/export/config/iriverh10_5gb.h
index 4e901cc432..c2cffcf41f 100644
--- a/firmware/export/config/iriverh10_5gb.h
+++ b/firmware/export/config/iriverh10_5gb.h
@@ -89,7 +89,7 @@
89/* WM8731 has no tone controls, so we use the software ones */ 89/* WM8731 has no tone controls, so we use the software ones */
90#define HAVE_SW_TONE_CONTROLS 90#define HAVE_SW_TONE_CONTROLS
91 91
92#define AB_REPEAT_ENABLE 1 92#define AB_REPEAT_ENABLE
93 93
94/* FM Tuner */ 94/* FM Tuner */
95#define CONFIG_TUNER TEA5767 95#define CONFIG_TUNER TEA5767
@@ -102,7 +102,7 @@
102/* Define this for LCD backlight available */ 102/* Define this for LCD backlight available */
103#define HAVE_BACKLIGHT 103#define HAVE_BACKLIGHT
104 104
105#define AB_REPEAT_ENABLE 1 105#define AB_REPEAT_ENABLE
106 106
107#define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */ 107#define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */
108#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */ 108#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */