From fee861747999d358e9f5f58841697c09c9ea9b4f Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 18 Dec 2004 10:29:47 +0000 Subject: multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, allows better control of how to do this per model git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5491 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/wps-display.c') diff --git a/apps/wps-display.c b/apps/wps-display.c index 90fec56001..a261f21a5d 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -987,7 +987,7 @@ bool wps_refresh(struct mp3entry* id3, peak_meter_enabled = enable_pm; #endif -#if defined(HAVE_BACKLIGHT) && !defined(SIMULATOR) +#if defined(CONFIG_BACKLIGHT) && !defined(SIMULATOR) if (global_settings.caption_backlight && id3) { /* turn on backlight n seconds before track ends, and turn it off n seconds into the new track. n == backlight_timeout, or 5s */ -- cgit v1.2.3