From 457aba79f4a7b6d94602f4b7ecd9ee04d387dec7 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 20 Apr 2022 08:09:38 -0500 Subject: [PATCH] fix doc build --- ports/raspberrypi/bindings/rp2pio/StateMachine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/raspberrypi/bindings/rp2pio/StateMachine.c b/ports/raspberrypi/bindings/rp2pio/StateMachine.c index 464985782a..d74ba51daf 100644 --- a/ports/raspberrypi/bindings/rp2pio/StateMachine.c +++ b/ports/raspberrypi/bindings/rp2pio/StateMachine.c @@ -437,7 +437,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(rp2pio_statemachine_write_obj, 2, rp2pio_statemachine //| size, or use `memoryview.cast` to change the interpretation of an existing buffer. //| //| To atomically change from one buffer to another, simply call -//| `StateMachine.continuous_write` again with a different buffer with the same element size. +//| `StateMachine.start_continuous_write` again with a different buffer with the same element size. //| The call will only return once DMA has started putting the previous //| buffer's data into the PIO FIFO. //|