dts: boards: esp32c3_supermini: Fix active led level
Fix led active level to low according to schematic Signed-off-by: Olexander Grin <alexander.grin.dev@gmail.com>
This commit is contained in:
parent
2aacbcaab5
commit
5491bbf71a
@ -42,7 +42,7 @@
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
blue_led_0: led_0 {
|
||||
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
|
||||
label = "Blue LED 0";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user