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-tpj1022.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-tpj1022.h')
-rw-r--r-- | firmware/export/config-tpj1022.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h index c57c8cf5d1..8c6ba609df 100644 --- a/firmware/export/config-tpj1022.h +++ b/firmware/export/config-tpj1022.h @@ -8,13 +8,13 @@ #define MODEL_NUMBER 15 /* define this if you have recording possibility */ -/*#define HAVE_RECORDING 1*/ /* TODO: add support for this */ +/*#define HAVE_RECORDING*/ /* TODO: add support for this */ /* define this if you have a bitmap LCD display */ -#define HAVE_LCD_BITMAP 1 +#define HAVE_LCD_BITMAP /* define this if you have a colour LCD */ -#define HAVE_LCD_COLOR 1 +#define HAVE_LCD_COLOR /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN |