From c45d54b4672482cf251bacbfcac7ef404b160d67 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 10 Sep 2004 12:55:55 +0000 Subject: no double negation, define present features, not absent git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5058 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-recorderv2.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export/config-recorderv2.h') diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 3187038906..1066ece536 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -57,3 +57,10 @@ /* The start address index for ROM builds */ #define ROM_START 0x12010 + +/* Define this for programmable LED available */ +#define HAVE_LED + +/* Define this for LCD backlight available */ +#define HAVE_BACKLIGHT + -- cgit v1.2.3