diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2007-02-20 14:57:14 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2007-02-20 14:57:14 +0000 |
commit | 45c187ce1d5840cd0eb0c63f887b6d3831130f29 (patch) | |
tree | 78e0698a5ad3b8dd37e4013be67664585bf7fb42 /firmware/export/config-ondiofm.h | |
parent | 46bb37add6ee27f8402a68b2af6f44f824e4fd31 (diff) |
FS#6674: HAVE_XXX souldn't be defined with a value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12415 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r-- | firmware/export/config-ondiofm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 78a70730d6..ca6cde3e05 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -1,8 +1,8 @@ /* define this if you have recording possibility */ -#define HAVE_RECORDING 1 +#define HAVE_RECORDING /* define this if you have a bitmap LCD display */ -#define HAVE_LCD_BITMAP 1 +#define HAVE_LCD_BITMAP /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP |