mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +00:00
Attach USB DP to the correct pin on Matrix Portal M4
This commit is contained in:
committed by
Ron Evans
parent
f2e576decf
commit
5d16811199
@@ -49,7 +49,7 @@ const (
|
|||||||
D36 = PA19 // ESP32 SPI SDO 1[3] PWM EXTI3
|
D36 = PA19 // ESP32 SPI SDO 1[3] PWM EXTI3
|
||||||
D37 = NoPin // USB Host enable
|
D37 = NoPin // USB Host enable
|
||||||
D38 = PA24 // USB DM
|
D38 = PA24 // USB DM
|
||||||
D39 = PA27 // USB DP
|
D39 = PA25 // USB DP
|
||||||
D40 = PA03 // DAC/VREFP
|
D40 = PA03 // DAC/VREFP
|
||||||
D41 = PB10 // Flash QSPI SCK
|
D41 = PB10 // Flash QSPI SCK
|
||||||
D42 = PB11 // Flash QSPI CS
|
D42 = PB11 // Flash QSPI CS
|
||||||
|
|||||||
Reference in New Issue
Block a user