cy8cproto_062_4343w: board: fix polarity for LED_0
Update polarity for LED_0 from GPIO_ACTIVE_HIGH to GPIO_ACTIVE_LOW. Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
This commit is contained in:
parent
f9d7385879
commit
f343a1a677
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
compatible = "gpio-leds";
|
||||
user_led: led_0 {
|
||||
label = "LED_0";
|
||||
gpios = <&gpio_prt13 7 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio_prt13 7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue