diff options
Diffstat (limited to 'tests/pyb/uart.py.exp')
-rw-r--r-- | tests/pyb/uart.py.exp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/pyb/uart.py.exp b/tests/pyb/uart.py.exp index ea300c90cb..4be50d328a 100644 --- a/tests/pyb/uart.py.exp +++ b/tests/pyb/uart.py.exp @@ -12,9 +12,13 @@ UART XB UART YA UART YB ValueError Z -UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=0, read_buf_len=64) -UART(1, baudrate=2400, bits=8, parity=None, stop=1, timeout=1000, timeout_char=0, read_buf_len=64) +UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=2, read_buf_len=64) +UART(1, baudrate=2400, bits=8, parity=None, stop=1, timeout=1000, timeout_char=6, read_buf_len=64) 0 3 4 None +1 +4 +None +None |