boards: arm: stm32f429i_disc1: fix LED color

Fix LED color of the STM32F429I_DISC1.

Signed-off-by: Thien Nguyen <nguyenmthien@live.com>
This commit is contained in:
Thien Nguyen 2023-08-20 10:23:19 +02:00 committed by Fabio Baltieri
commit 5d9d3d7a69

View file

@ -32,11 +32,11 @@
leds {
compatible = "gpio-leds";
orange_led_3: led_3 {
green_led_3: led_3 {
gpios = <&gpiog 13 GPIO_ACTIVE_HIGH>;
label = "User LD3";
};
green_led_4: led_4 {
red_led_4: led_4 {
gpios = <&gpiog 14 GPIO_ACTIVE_HIGH>;
label = "User LD4";
};
@ -52,7 +52,7 @@
};
aliases {
led0 = &green_led_4;
led0 = &green_led_3;
sw0 = &user_button;
};
};