Skip to content

Commit 9bcb2c0

Browse files
equantdpgeorge
authored andcommitted
docs/library/rp2: Fix pull_thresh docs to use pull instead of push.
1 parent 888e831 commit 9bcb2c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/library/rp2.StateMachine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Methods
5555
`PIO.SHIFT_LEFT` or `PIO.SHIFT_RIGHT`.
5656
- *push_thresh* is the threshold in bits before auto-push or conditional
5757
re-pushing is triggered.
58-
- *pull_thresh* is the threshold in bits before auto-push or conditional
59-
re-pushing is triggered.
58+
- *pull_thresh* is the threshold in bits before auto-pull or conditional
59+
re-pulling is triggered.
6060

6161
.. method:: StateMachine.active([value])
6262

docs/library/rp2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ For running PIO programs, see :class:`rp2.StateMachine`.
4747
`PIO.SHIFT_LEFT` or `PIO.SHIFT_RIGHT`.
4848
- *push_thresh* is the threshold in bits before auto-push or conditional
4949
re-pushing is triggered.
50-
- *pull_thresh* is the threshold in bits before auto-push or conditional
51-
re-pushing is triggered.
50+
- *pull_thresh* is the threshold in bits before auto-pull or conditional
51+
re-pulling is triggered.
5252

5353
The remaining parameters are:
5454

0 commit comments

Comments
 (0)