Skip to content

Commit 50acd03

Browse files
committed
Fix type stub
1 parent 6c203d1 commit 50acd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/paralleldisplaybus/ParallelBus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//| chip_select: microcontroller.Pin,
4848
//| write: microcontroller.Pin,
4949
//| data0: Optional[microcontroller.Pin] = None,
50-
//| data_pins: Sequence[microcontroller.Pin] = None,
50+
//| data_pins: Optional[Sequence[microcontroller.Pin]] = None,
5151
//| read: Optional[microcontroller.Pin],
5252
//| reset: Optional[microcontroller.Pin] = None,
5353
//| frequency: int = 30_000_000,

0 commit comments

Comments
 (0)