X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/8175ad632e18fb132209c801f1c3f06a967b5700..61d1577ef627c6733b15da390107867ef07216f5:/src/busio.py diff --git a/src/busio.py b/src/busio.py index a02eccf..0c6e296 100644 --- a/src/busio.py +++ b/src/busio.py @@ -99,7 +99,6 @@ class UART(Lockable): Parity.ODD = Parity() Parity.EVEN = Parity() - # TODO investigate UART receiver_buffer_size as e.g. read_buf_len in https://github.com/micropython/micropython/blob/3eb0694b97c6a8f0e93b874549aac40d8b78b0e5/ports/stm32/uart.c def __init__(self, tx, rx,