Skip to content

Commit 8970150

Browse files
committed
Flip 15pin low to high
1 parent 16b5b95 commit 8970150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/cradio_left.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
leds {
77
compatible = "gpio-leds";
88
indicator_led: indicator_led {
9-
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
9+
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
1010
label = "User LED";
1111
};
1212
};

config/cradio_right.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
leds {
77
compatible = "gpio-leds";
88
indicator_led: indicator_led {
9-
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
9+
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
1010
label = "User LED";
1111
};
1212
};

0 commit comments

Comments
 (0)