fix(board): Fix status LED on BlueMicro

This commit is contained in:
Nick 2020-08-18 23:28:34 -05:00
parent 674c230dbb
commit cab34d835f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
leds {
compatible = "gpio-leds";
blue_led: led_0 {
gpios = <&gpio0 42 GPIO_ACTIVE_LOW>;
gpios = <&gpio0 42 GPIO_ACTIVE_HIGH>;
label = "Blue LED";
};
};