Skip to content

Commit 5491bbf

Browse files
Grin00kartben
authored andcommitted
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>
1 parent 2aacbca commit 5491bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/others/esp32c3_supermini/esp32c3_supermini.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
leds {
4343
compatible = "gpio-leds";
4444
blue_led_0: led_0 {
45-
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
45+
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
4646
label = "Blue LED 0";
4747
};
4848
};

0 commit comments

Comments
 (0)