diff options
author | Damien George <damien.p.george@gmail.com> | 2019-05-14 14:49:18 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-05-14 14:49:18 +1000 |
commit | 38cb95710a97fe65e901043ff435d4e3a90530e4 (patch) | |
tree | 2cdf905253db3dc6089b1a1c2f0bfc8d709127f2 | |
parent | 7c5cf59f8b9a5e62534e78558eb654bc664a3a6f (diff) |
tests/pyb: Update UART expected output now that default timeout is 0.
Follow up to commit 34942d0a72980173eca51b201f271f67bcae46b5
-rw-r--r-- | tests/pyb/uart.py.exp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/pyb/uart.py.exp b/tests/pyb/uart.py.exp index f3e6bbe28..d302468ed 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, flow=0, timeout=1000, timeout_char=3, rxbuf=64) -UART(1, baudrate=2400, bits=8, parity=None, stop=1, flow=0, timeout=1000, timeout_char=7, rxbuf=64) +UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=0, timeout_char=3, rxbuf=64) +UART(1, baudrate=2400, bits=8, parity=None, stop=1, flow=0, timeout=0, timeout_char=7, rxbuf=64) 0 3 4 @@ -22,7 +22,7 @@ None 4 None None -UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=1000, timeout_char=3, rxbuf=8) -UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=1000, timeout_char=3, rxbuf=0) -UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=1000, timeout_char=3, rxbuf=4) -UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=1000, timeout_char=3, rxbuf=0) +UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=0, timeout_char=3, rxbuf=8) +UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=0, timeout_char=3, rxbuf=0) +UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=0, timeout_char=3, rxbuf=4) +UART(1, baudrate=9600, bits=8, parity=None, stop=1, flow=0, timeout=0, timeout_char=3, rxbuf=0) |