Commit 1c4b6922 authored by Josep Puigdemont's avatar Josep Puigdemont Committed by Benjamin Cabé
Browse files

boards: nrf51_blenano: fix GPIO for onboard LED

parent 059e86f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
	leds {
		compatible = "gpio-leds";
		led0: led_0 {
			gpios = <&gpio0 19 0>;
			gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
			label = "LED";
		};
	};