Skip to content

Commit 66eca9c

Browse files
committed
Updated formatting.
1 parent f7e735b commit 66eca9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/nrf/boards/challenger_840/challenger_840.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
_LDO_PIN.direction = digitalio.Direction.OUTPUT
66
_LDO_PIN.value = True
77

8+
89
def ldo_on():
910
global _LDO_PIN
1011
_LDO_PIN.value = True
1112

13+
1214
def ldo_off():
1315
global _LDO_PIN
1416
_LDO_PIN.value = False

0 commit comments

Comments
 (0)