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:
parent
a7df4e5175
commit
5d9d3d7a69
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue