diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-29 20:32:39 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-05-29 20:32:39 +0000 |
commit | f76122f0e7a3b82962dbe005d58a643c835013d0 (patch) | |
tree | 5c4e17d6bf78d70c5612191f9c2f70a561e35b77 /firmware/export/config-fmrecorder.h | |
parent | 0792596e1757a5ad91c3959d3721d812c8a282eb (diff) |
Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17655 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index dc45a86657..c3c894edb9 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -22,7 +22,7 @@ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN /* define this if you have the button bar */ -#define HAS_BUTTONBAR +#define HAVE_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE |