mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
do not modify the CCU_IO register since we don't use GPIOD (from FS#9569)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19263 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e090bea1fa
commit
15671aa476
1 changed files with 1 additions and 4 deletions
|
|
@ -297,14 +297,11 @@ void lcd_init_device(void)
|
||||||
|
|
||||||
GPIOA_PIN(3) = (1<<3);
|
GPIOA_PIN(3) = (1<<3);
|
||||||
|
|
||||||
GPIOA_PIN(4) = 0; //c80b0040 := 0;
|
GPIOA_PIN(4) = 0; /*c80b0040 := 0;*/
|
||||||
|
|
||||||
GPIOA_DIR |= (1<<7);
|
GPIOA_DIR |= (1<<7);
|
||||||
GPIOA_PIN(7) = 0;
|
GPIOA_PIN(7) = 0;
|
||||||
|
|
||||||
CCU_IO &= ~(1<<2);
|
|
||||||
CCU_IO &= ~(1<<3);
|
|
||||||
|
|
||||||
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