Skip to content

Commit 76afd01

Browse files
committed
[NUCLEO_F302R8] Correct D11-D13 pin names
1 parent c2bfc12 commit 76afd01

File tree

1 file changed

+3
-3
lines changed
  • libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8

1 file changed

+3
-3
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ typedef enum {
131131
D8 = PA_9,
132132
D9 = PC_7,
133133
D10 = PB_6,
134-
D11 = PA_7,
135-
D12 = PA_6,
136-
D13 = PA_5,
134+
D11 = PB_15,
135+
D12 = PB_14,
136+
D13 = PB_13,
137137
D14 = PB_9,
138138
D15 = PB_8,
139139

0 commit comments

Comments
 (0)