Skip to content

Commit 595016f

Browse files
committed
boards: chester_nrf52840: Fix led_load gpio definition
Signed-off-by: Martin Hubáček <[email protected]>
1 parent 57d5f90 commit 595016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/chester_nrf52840/chester_nrf52840.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
};
6868

6969
led_load: led_load {
70-
gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
70+
gpios = <&gpio1 5 GPIO_OPEN_SOURCE>;
7171
status = "disabled";
7272
};
7373
};

0 commit comments

Comments
 (0)