Skip to content

Commit 668412c

Browse files
committed
NUCLEO_L433RC_P: wrong D0 and D1 pins
1 parent 5bcb02a commit 668412c

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/TARGET_NUCLEO_L433RC_P

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/TARGET_NUCLEO_L433RC_P/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ typedef enum {
165165
A3 = PC_2,
166166
A4 = PC_1,
167167
A5 = PC_0,
168-
D0 = PA_2,
169-
D1 = PA_3,
168+
D0 = PA_10,
169+
D1 = PA_9,
170170
D2 = PA_12,
171171
D3 = PB_3,
172172
D4 = PB_5,

0 commit comments

Comments
 (0)