Skip to content

Commit 2860593

Browse files
authored
fixed missing comma
1 parent 21d0864 commit 2860593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/keypad/ShiftRegisterKeys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//| data: Union[microcontroller.Pin, List[microcontroller.Pin]],
4545
//| latch: microcontroller.Pin,
4646
//| value_to_latch: bool = True,
47-
//| key_count: Union[int, List[int]]
47+
//| key_count: Union[int, List[int]],
4848
//| value_when_pressed: bool,
4949
//| interval: float = 0.020,
5050
//| max_events: int = 64

0 commit comments

Comments
 (0)