Skip to content

Commit 2a5fe57

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents d133eee + e0386a8 commit 2a5fe57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
//| This class is designed to facilitate sharing of PIO resources. By default,
5656
//| it is assumed that the state machine is used on its own and can be placed
5757
//| in either PIO. State machines with the same program will be placed in the
58-
//| same PIO if possible. To ensure multiple state machines share a PIO use
59-
//| the ``colocate`` kwarg during construction and create them one after another."""
58+
//| same PIO if possible."""
6059
//|
6160
//| def __init__(self,
6261
//| program: ReadableBuffer,
@@ -87,7 +86,6 @@
8786
//| auto_push: bool = False,
8887
//| push_threshold : int = 32,
8988
//| in_shift_right : bool = True) -> None:
90-
// //| colocate: Union[int, StateMachine, None] = None
9189
//|
9290
//| """Construct a StateMachine object on the given pins with the given program.
9391
//|

0 commit comments

Comments
 (0)