Skip to content

Commit 3e65322

Browse files
committed
NUCLEO_F303ZE: wrong D1 pins
1 parent d20385e commit 3e65322

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ typedef enum {
243243
A4 = PD_12,
244244
A5 = PD_13,
245245
D0 = PC_5,
246-
D1 = PC_14,
246+
D1 = PC_4,
247247
D2 = PF_15,
248248
D3 = PE_13,
249249
D4 = PF_14,

0 commit comments

Comments
 (0)