Skip to content

Commit 574848e

Browse files
authored
Cleanup2
1 parent 6b58031 commit 574848e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pio_uart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
self._timeout = timeout
4444
self.rx_pio = None
4545
if rx:
46-
if rts:
46+
if rts:
4747
# Fleshed-out 8n1 UART receiver with hardware flow control handling
4848
# framing errors and break conditions more gracefully.
4949
# Wait for the start bit whilst updating rts with the FIFO level

0 commit comments

Comments
 (0)