diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-04 17:53:41 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-04 17:53:41 +1100 |
commit | 54ea10a76ae0b5406a558a87c346224f57500cfb (patch) | |
tree | e51a4ef5bb65c6c0a39128f3804410cc2c8b79b9 /tests/pyb/uart.py.exp | |
parent | e1f495a4bdde1f4e24cd45e36420c1c9868b1503 (diff) | |
download | micropython-54ea10a76ae0b5406a558a87c346224f57500cfb.tar.gz micropython-54ea10a76ae0b5406a558a87c346224f57500cfb.zip |
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Diffstat (limited to 'tests/pyb/uart.py.exp')
-rw-r--r-- | tests/pyb/uart.py.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pyb/uart.py.exp b/tests/pyb/uart.py.exp index 4be50d328a..b5fe0cd0bd 100644 --- a/tests/pyb/uart.py.exp +++ b/tests/pyb/uart.py.exp @@ -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 |