summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c')
-rw-r--r--firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
index 84ef108b62..525620f851 100644
--- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
+++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
@@ -305,8 +305,6 @@ void lcd_init_device(void)
305 CCU_IO &= ~(1<<2); 305 CCU_IO &= ~(1<<2);
306 CCU_IO &= ~(1<<3); 306 CCU_IO &= ~(1<<3);
307 307
308 GPIOD_DIR |= (1<<7);
309
310 lcd_delay(1); 308 lcd_delay(1);
311 309
312 GPIOA_PIN(5) = (1<<5); 310 GPIOA_PIN(5) = (1<<5);