Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
54ea10a7
Commit
54ea10a7
authored
Jan 04, 2017
by
Damien George
Browse files
tests/pyb/uart: Update test to match recent change to UART timeout_char.
parent
e1f495a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/pyb/uart.py.exp
View file @
54ea10a7
...
...
@@ -12,8 +12,8 @@ UART XB
UART YA
UART YB
ValueError Z
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)
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)
0
3
4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment