Skip to content

Commit abcc7c3

Browse files
zbaskartben
authored andcommitted
boards: stm32: Correct Arduino header on Nucleo WL55JC
There appears to be a typo in the arduino header .dtsi compared to UM2592 and physical hardware. Signed-off-by: John Bason Mitchell <johnbasonmitchell@gmail.com>
1 parent 3953bb9 commit abcc7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/nucleo_wl55jc/arduino_r3_connector.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<17 0 &gpioa 7 0>, /* D11 */
3131
<18 0 &gpioa 6 0>, /* D12 */
3232
<19 0 &gpioa 5 0>, /* D13 */
33-
<20 0 &gpiob 11 0>, /* D14 */
34-
<21 0 &gpiob 12 0>; /* D15 */
33+
<20 0 &gpioa 11 0>, /* D14 */
34+
<21 0 &gpioa 12 0>; /* D15 */
3535
};
3636
};
3737

0 commit comments

Comments
 (0)