diff options
| author | Nils Wallménius <nils@rockbox.org> | 2011-01-19 14:34:31 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2011-01-19 14:34:31 +0000 |
| commit | 3b8f93af0ab44be4ba5690fa82860cbf2069a849 (patch) | |
| tree | a13bcc2eac19a779d95386201705cbf619c3a312 | |
| parent | 262e6db70e5a541fbb09a25bde61831d5ccc273e (diff) | |
| download | rockbox-3b8f93af0ab44be4ba5690fa82860cbf2069a849.zip rockbox-3b8f93af0ab44be4ba5690fa82860cbf2069a849.tar.gz rockbox-3b8f93af0ab44be4ba5690fa82860cbf2069a849.tar.bz2 rockbox-3b8f93af0ab44be4ba5690fa82860cbf2069a849.tar.xz | |
Enable AB repeat for the Gigabeat S, this will break lang string/voice clip order for this target so update your voice file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29092 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/gigabeats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 3b3a717..2f1d241 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -84,6 +84,8 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 +#define AB_REPEAT_ENABLE + /* Define this if you have a SI4700 fm radio tuner */ #define CONFIG_TUNER SI4700 |