Commit 944fc0cb authored by Johannes Witzig's avatar Johannes Witzig Committed by Henrik Brix Andersen
Browse files

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: default avatarJohannes Witzig <git@funnes.dev>
parent 16e3df41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
			label = "User LED2";
		};

		green_led_3: led_2 {
		red_led_3: led_2 {
			gpios = <&gpiob 11 GPIO_ACTIVE_HIGH>;
			label = "User LED3";
		};