Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GPIOD(7) setting in the Fuze and e200v2 LCD drivers - it's set in the buttonlight code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-11-22 18:04:07 +00:00
parent 95cf600b6c
commit 4c25c92a86
2 changed files with 0 additions and 4 deletions

View file

@ -305,8 +305,6 @@ void lcd_init_device(void)
CCU_IO &= ~(1<<2);
CCU_IO &= ~(1<<3);
GPIOD_DIR |= (1<<7);
lcd_delay(1);
GPIOA_PIN(5) = (1<<5);