diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-19 06:57:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 06:57:57 -0400 |
commit | f9163f7a7c0bb3449e300da38244937788a1be0b (patch) | |
tree | d07c5845de659f7c71cd816b594bf5c3c508766b /app/boards/arm/nice_nano/nice_nano.dts | |
parent | 307e2b3e6366e5b284ee39913d2de46781952148 (diff) | |
parent | cab34d835f244cb9f7c3cc29cd5a1a2f154a27fc (diff) |
Merge pull request #104 from Nicell/boards/cleanup-nn-bm
Cleanup nice!nano DT and fix BlueMicro LED
Diffstat (limited to 'app/boards/arm/nice_nano/nice_nano.dts')
-rw-r--r-- | app/boards/arm/nice_nano/nice_nano.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano.dts b/app/boards/arm/nice_nano/nice_nano.dts index c1b9cc0..2e9556b 100644 --- a/app/boards/arm/nice_nano/nice_nano.dts +++ b/app/boards/arm/nice_nano/nice_nano.dts @@ -24,7 +24,7 @@ leds { compatible = "gpio-leds"; blue_led: led_0 { - gpios = <&gpio0 15 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; label = "Blue LED"; }; }; |