From f76122f0e7a3b82962dbe005d58a643c835013d0 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 29 May 2008 20:32:39 +0000 Subject: 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 --- firmware/export/config-recorderv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-recorderv2.h') diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 4945d8f..5006691 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.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 -- cgit v1.1