summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-02-20 14:57:14 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-02-20 14:57:14 +0000
commit45c187ce1d5840cd0eb0c63f887b6d3831130f29 (patch)
tree78e0698a5ad3b8dd37e4013be67664585bf7fb42 /firmware/export/config-e200.h
parent46bb37add6ee27f8402a68b2af6f44f824e4fd31 (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-e200.h')
-rw-r--r--firmware/export/config-e200.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index aca0e1cdc8..d6491b089c 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -8,13 +8,13 @@
#define MODEL_NAME "Sandisk Sansa e200"
/* 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 HAVE_BACKLIGHT_BRIGHTNESS
/* Main LCD backlight brightness range and defaults */