From 7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 18 Jul 2010 18:13:53 +0000 Subject: 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 --- firmware/export/config/iriverh10_5gb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/iriverh10_5gb.h') 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 @@ /* WM8731 has no tone controls, so we use the software ones */ #define HAVE_SW_TONE_CONTROLS -#define AB_REPEAT_ENABLE 1 +#define AB_REPEAT_ENABLE /* FM Tuner */ #define CONFIG_TUNER TEA5767 @@ -102,7 +102,7 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -#define AB_REPEAT_ENABLE 1 +#define AB_REPEAT_ENABLE #define BATTERY_CAPACITY_DEFAULT 820 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */ -- cgit v1.2.3