Skip to content

Commit 457aba7

Browse files
committed
fix doc build
1 parent 144eb5d commit 457aba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(rp2pio_statemachine_write_obj, 2, rp2pio_statemachine
437437
//| size, or use `memoryview.cast` to change the interpretation of an existing buffer.
438438
//|
439439
//| To atomically change from one buffer to another, simply call
440-
//| `StateMachine.continuous_write` again with a different buffer with the same element size.
440+
//| `StateMachine.start_continuous_write` again with a different buffer with the same element size.
441441
//| The call will only return once DMA has started putting the previous
442442
//| buffer's data into the PIO FIFO.
443443
//|

0 commit comments

Comments
 (0)