Skip to content

Commit d265df5

Browse files
author
Daniel Campora
committed
tests/wipy: Disable the REPL on UART before running the UART test.
1 parent 7c87747 commit d265df5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/wipy/uart.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
else:
1919
raise Exception('Board not supported!')
2020

21+
# just in case we have stdio duplicated on any of the uarts
22+
pyb.repl_uart(None)
23+
2124
for uart_id in uart_id_range:
2225
uart = UART(uart_id, 38400)
2326
print(uart)

0 commit comments

Comments
 (0)