Ondio PACR inits for cold start
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5143 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
212f18f9ea
commit
52653f2946
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static void usb_enable(bool on)
|
|||
and_b(~0x20, &PADRL); /* disable USB */
|
||||
or_b(0x08, &PADRL); /* deassert card detect */
|
||||
}
|
||||
PACR2 &= ~0x00C0; /* use PA3 as GPIO */
|
||||
PACR2 &= ~0x04C0; /* use PA3, PA5 as GPIO */
|
||||
or_b(0x28, &PAIORL); /* output for USB enable and card detect */
|
||||
#else /* standard HD Jukebox */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
|
Loading…
Reference in a new issue