mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Sansa Fuze: do not modify the CCU_IO register since we don't use GPIOD
Finding by Thomas Martitz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82c5101e57
commit
4a4c3c5cb0
1 changed files with 0 additions and 3 deletions
|
|
@ -298,9 +298,6 @@ void lcd_init_device()
|
||||||
GPIOA_DIR |= (1<<7);
|
GPIOA_DIR |= (1<<7);
|
||||||
GPIOA_PIN(7) = 0;
|
GPIOA_PIN(7) = 0;
|
||||||
|
|
||||||
CCU_IO &= ~4;
|
|
||||||
CCU_IO &= ~8;
|
|
||||||
|
|
||||||
lcd_delay(1);
|
lcd_delay(1);
|
||||||
|
|
||||||
GPIOA_PIN(5) = (1<<5);
|
GPIOA_PIN(5) = (1<<5);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue