summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c
index 6500335e04..52fde25bf0 100644
--- a/firmware/drivers/lcd-ipod.c
+++ b/firmware/drivers/lcd-ipod.c
@@ -36,7 +36,7 @@ static inline bool timer_check(int clock_start, int usecs)
36 return ((int)(USEC_TIMER - clock_start)) >= usecs; 36 return ((int)(USEC_TIMER - clock_start)) >= usecs;
37} 37}
38 38
39#if (CONFIG_LCD == LCD_IPOD2BPP) 39#if (CONFIG_LCD == LCD_IPOD2BPP) || (CONFIG_LCD == LCD_IPODMINI)
40 40
41/*** hardware configuration ***/ 41/*** hardware configuration ***/
42 42