Commit d265df58 authored by Daniel Campora's avatar Daniel Campora

tests/wipy: Disable the REPL on UART before running the UART test.

parent 7c87747d
......@@ -18,6 +18,9 @@ elif 'WiPy' in machine:
else:
raise Exception('Board not supported!')
# just in case we have stdio duplicated on any of the uarts
pyb.repl_uart(None)
for uart_id in uart_id_range:
uart = UART(uart_id, 38400)
print(uart)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment