Skip to content

Commit 5d16811

Browse files
kjagiellodeadprogram
authored andcommitted
Attach USB DP to the correct pin on Matrix Portal M4
1 parent f2e576d commit 5d16811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/board_matrixportal-m4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const (
4949
D36 = PA19 // ESP32 SPI SDO 1[3] PWM EXTI3
5050
D37 = NoPin // USB Host enable
5151
D38 = PA24 // USB DM
52-
D39 = PA27 // USB DP
52+
D39 = PA25 // USB DP
5353
D40 = PA03 // DAC/VREFP
5454
D41 = PB10 // Flash QSPI SCK
5555
D42 = PB11 // Flash QSPI CS

0 commit comments

Comments
 (0)