summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index 6c14b75f19..8f3169e5df 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -83,7 +83,7 @@ static void usb_enable(bool on)
83 and_b(~0x20, &PADRL); /* disable USB */ 83 and_b(~0x20, &PADRL); /* disable USB */
84 or_b(0x08, &PADRL); /* deassert card detect */ 84 or_b(0x08, &PADRL); /* deassert card detect */
85 } 85 }
86 PACR2 &= ~0x00C0; /* use PA3 as GPIO */ 86 PACR2 &= ~0x04C0; /* use PA3, PA5 as GPIO */
87 or_b(0x28, &PAIORL); /* output for USB enable and card detect */ 87 or_b(0x28, &PAIORL); /* output for USB enable and card detect */
88#else /* standard HD Jukebox */ 88#else /* standard HD Jukebox */
89#ifdef HAVE_LCD_BITMAP 89#ifdef HAVE_LCD_BITMAP