Skip to content

Commit 8d561a0

Browse files
committed
add pre-commit check
1 parent 2f22194 commit 8d561a0

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
@@ -506,7 +506,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(rp2pio_statemachine_write_obj, 2, rp2pio_statemachine
506506
//| Then the ``once`` and/or ``loop`` buffers are queued. and the function returns.
507507
//| The ``once`` buffer (if specified) will be written just once.
508508
//| Finally, the ``loop`` and/or ``loop2`` buffer (if specified) will continue being looped indefinitely. If both ``loop`` and ``loop2`` are specified, they will alternate.
509-
//|
509+
//|
510510
//| Writes to the FIFO will match the input buffer's element size. For example, bytearray elements
511511
//| will perform 8 bit writes to the PIO FIFO. The RP2040's memory bus will duplicate the value into
512512
//| the other byte positions. So, pulling more data in the PIO assembly will read the duplicated values.

0 commit comments

Comments
 (0)