Skip to content

Commit 54ea10a

Browse files
committed
tests/pyb/uart: Update test to match recent change to UART timeout_char.
1 parent e1f495a commit 54ea10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pyb/uart.py.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ UART XB
1212
UART YA
1313
UART YB
1414
ValueError Z
15-
UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=2, read_buf_len=64)
16-
UART(1, baudrate=2400, bits=8, parity=None, stop=1, timeout=1000, timeout_char=6, read_buf_len=64)
15+
UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=3, read_buf_len=64)
16+
UART(1, baudrate=2400, bits=8, parity=None, stop=1, timeout=1000, timeout_char=7, read_buf_len=64)
1717
0
1818
3
1919
4

0 commit comments

Comments
 (0)