From 5d168111999dbb9de580e5ffa6d98c201b000498 Mon Sep 17 00:00:00 2001 From: Krzysztof Jagiello Date: Thu, 2 Jun 2022 22:44:36 +0200 Subject: [PATCH] Attach USB DP to the correct pin on Matrix Portal M4 --- src/machine/board_matrixportal-m4.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/board_matrixportal-m4.go b/src/machine/board_matrixportal-m4.go index cab5f7aa..7fa91fc3 100644 --- a/src/machine/board_matrixportal-m4.go +++ b/src/machine/board_matrixportal-m4.go @@ -49,7 +49,7 @@ const ( D36 = PA19 // ESP32 SPI SDO 1[3] PWM EXTI3 D37 = NoPin // USB Host enable D38 = PA24 // USB DM - D39 = PA27 // USB DP + D39 = PA25 // USB DP D40 = PA03 // DAC/VREFP D41 = PB10 // Flash QSPI SCK D42 = PB11 // Flash QSPI CS