Skip to content

Commit 2ec6ee4

Browse files
authored
Merge pull request #3951 from jeromecoutant/PR_F303ZE
[NUCLEO_F303ZE] Correct ARDUINO pin
2 parents 4b04a81 + 2987340 commit 2ec6ee4

File tree

1 file changed

+5
-5
lines changed
  • targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE

1 file changed

+5
-5
lines changed

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE/PinNames.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ typedef enum {
178178
A0 = PA_3,
179179
A1 = PC_0,
180180
A2 = PC_3,
181-
A3 = PC_1,
182-
A4 = PC_4,
183-
A5 = PC_5,
184-
D0 = PG_9,
185-
D1 = PG_14,
181+
A3 = PD_11,
182+
A4 = PD_12,
183+
A5 = PD_13,
184+
D0 = PC_5,
185+
D1 = PC_14,
186186
D2 = PF_15,
187187
D3 = PE_13,
188188
D4 = PF_14,

0 commit comments

Comments
 (0)