diff options
| author | hathach <[email protected]> | 2021-12-13 17:59:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-12-13 17:59:43 +0700 |
| commit | d097178ab06ce665972bc2f3222648784eba2f54 (patch) | |
| tree | 247b4d845cfbcce55738ac893551e903b4262863 | |
| parent | 69bdd703c20e4a61892dc2ef217d14700b29dc46 (diff) | |
correct wiring note
| -rw-r--r-- | hw/bsp/stm32g4/boards/stm32g474nucleo/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/stm32g4/boards/stm32g474nucleo/board.h b/hw/bsp/stm32g4/boards/stm32g474nucleo/board.h index 998100cf3..eab0bd5f0 100644 --- a/hw/bsp/stm32g4/boards/stm32g474nucleo/board.h +++ b/hw/bsp/stm32g4/boards/stm32g474nucleo/board.h @@ -32,8 +32,8 @@ #endif // G474RE Nucleo does not has usb connection. We need to manually connect -// - PA11 for D+, CN10.14 -// - PA12 for D-, CN10.12 +// - PA12 for D+, CN10.12 +// - PA11 for D-, CN10.14 // LED #define LED_PORT GPIOA |
