diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-18 18:13:53 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-18 18:13:53 +0000 |
commit | 7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36 (patch) | |
tree | 23f93ba12642249730c9c78b554bb5b313574d06 /firmware/export/config/ipodnano1g.h | |
parent | bff5e3d7ab853b01f56a83c15b49faed720f2386 (diff) |
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/ipodnano1g.h')
-rw-r--r-- | firmware/export/config/ipodnano1g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h index f60f3c975a..d843a33dd3 100644 --- a/firmware/export/config/ipodnano1g.h +++ b/firmware/export/config/ipodnano1g.h @@ -90,7 +90,7 @@ /* Define this if you have the WM8975 audio codec */ #define HAVE_WM8975 -#define AB_REPEAT_ENABLE 1 +#define AB_REPEAT_ENABLE #define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE /* Define this for LCD backlight available */ |