summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/power-ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/power-ipod.c')
-rw-r--r--firmware/target/arm/ipod/power-ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/power-ipod.c b/firmware/target/arm/ipod/power-ipod.c
index 4c6df882c6..66d703859c 100644
--- a/firmware/target/arm/ipod/power-ipod.c
+++ b/firmware/target/arm/ipod/power-ipod.c
@@ -130,7 +130,7 @@ bool ide_powered(void)
130 130
131void power_off(void) 131void power_off(void)
132{ 132{
133#if defined(HAVE_LCD_COLOR) 133#if defined(HAVE_LCD_COLOR) && !defined(HAVE_LCD_SHUTDOWN)
134 /* Clear the screen and backdrop to 134 /* Clear the screen and backdrop to
135 remove ghosting effect on shutdown */ 135 remove ghosting effect on shutdown */
136 lcd_set_backdrop(NULL); 136 lcd_set_backdrop(NULL);