8000 remove unnecessary comment · godlygeek/circuitpython@82b5efa · GitHub
[go: up one dir, main page]

Skip to content

Commit 82b5efa

Browse files
committed
remove unnecessary comment
1 parent fba1e22 commit 82b5efa

File tree

1 file changed

+0
-1
lines changed
  • shared-bindings/bitbangio

1 file changed

+0
-1
lines changed

shared-bindings/bitbangio/SPI.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(bitbangio_spi_readinto_obj, 2, 2, bitbangio_
240240
//| .. method:: SPI.write_readinto(buffer_out, buffer_in, \*, out_start=0, out_end=len(buffer_out), in_start=0, in_end=len(buffer_in))
241241
//|
242242
//| Write out the data in ``buffer_out`` while simultaneously reading data into ``buffer_in``.
243-
//| The SPI object must be locked.
244243
//| The lengths of the slices defined by ``buffer_out[out_start:out_end]`` and ``buffer_in[in_start:in_end]``
245244
//| must be equal.
246245
//| If buffer slice lengths are both 0, nothing happens.

0 commit comments

Comments
 (0)
0