Skip to content

Commit 944fc0c

Browse files
funneshenrikbrixandersen
authored andcommitted
boards: st: Fix led node label in nucleo wl55jc DTS
The node label of the third LED incorrectly says that it is green while actually it is red [0]. [0] https://www.st.com/resource/en/user_manual/um2592-stm32wl-nucleo64-board-mb1389-stmicroelectronics.pdf Signed-off-by: Johannes Witzig <[email protected]>
1 parent 16e3df4 commit 944fc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_wl55jc/nucleo_wl55jc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
label = "User LED2";
3737
};
3838

39-
green_led_3: led_2 {
39+
red_led_3: led_2 {
4040
gpios = <&gpiob 11 GPIO_ACTIVE_HIGH>;
4141
label = "User LED3";
4242
};

0 commit comments

Comments
 (0)