Skip to content

Commit

Permalink
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Jan 4, 2017
1 parent e1f495a commit 54ea10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pyb/uart.py.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54ea10a

Please sign in to comment.