We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f495a commit 54ea10aCopy full SHA for 54ea10a
1 file changed
tests/pyb/uart.py.exp
@@ -12,8 +12,8 @@ UART XB
12
UART YA
13
UART YB
14
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)
+UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=3, read_buf_len=64)
+UART(1, baudrate=2400, bits=8, parity=None, stop=1, timeout=1000, timeout_char=7, read_buf_len=64)
17
0
18
3
19
4
0 commit comments