From fb4e384367b181b470ad2f11599703e366bb8bb3 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 24 Feb 2006 20:54:09 +0000 Subject: More iPod 3G work from Seven Le Mesle git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8835 a1c6a512-1295-4272-9138-f99709370657 --- firmware/backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/backlight.c') diff --git a/firmware/backlight.c b/firmware/backlight.c index 0049f78..1a7ea8e 100644 --- a/firmware/backlight.c +++ b/firmware/backlight.c @@ -34,7 +34,7 @@ #include "pcf50606.h" /* iRiver brightness */ #endif -#if CONFIG_BACKLIGHT == BL_IRIVER_H300 +#if (CONFIG_BACKLIGHT == BL_IRIVER_H300) || (CONFIG_BACKLIGHT == BL_IPOD3G) #include "lcd.h" /* for lcd_enable() */ #endif #ifdef HAVE_REMOTE_LCD -- cgit v1.1