summaryrefslogtreecommitdiffstatshomepage
path: root/tests/wipy/uart.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wipy/uart.py')
-rw-r--r--tests/wipy/uart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wipy/uart.py b/tests/wipy/uart.py
index 2c92de6649..5b01c4518c 100644
--- a/tests/wipy/uart.py
+++ b/tests/wipy/uart.py
@@ -30,6 +30,7 @@ for uart_id in uart_id_range:
uart = UART(baudrate=1000000)
uart.sendbreak()
+uart = UART(baudrate=1000000)
uart = UART()
print(uart)
uart = UART(baudrate=38400, pins=('GP12', 'GP13'))