Skip to content

Commit d554c01

Browse files
Update shared-bindings/analogbufio/BufferedIn.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 78e8503 commit d554c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/analogbufio/BufferedIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static mp_obj_t analogbufio_bufferedin___exit__(size_t n_args, const mp_obj_t *a
9595
}
9696
static MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(analogbufio_bufferedin___exit___obj, 4, 4, analogbufio_bufferedin___exit__);
9797

98-
//| def readinto(self, buffer: WriteableBuffer, loop: bool) -> int:
98+
//| def readinto(self, buffer: WriteableBuffer, loop: bool = False) -> int:
9999
//| """Fills the provided buffer with ADC voltage values.
100100
//|
101101
//| ADC values will be read into the given buffer at the supplied sample_rate.

0 commit comments

Comments
 (0)