diff options
author | Ryan Shaw <ryannathans@hotmail.com> | 2015-11-28 02:31:59 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-11-30 13:07:20 +0000 |
commit | f99491cbf743d51fd2aa7332c0e03da64448d60a (patch) | |
tree | 743473e4b62c3229d5fba0b2a284043bcef9ccd0 /tests | |
parent | bd33aa313e03a9b2f07178d5a22d9891598c309f (diff) | |
download | micropython-f99491cbf743d51fd2aa7332c0e03da64448d60a.tar.gz micropython-f99491cbf743d51fd2aa7332c0e03da64448d60a.zip |
stmhal: uart.any() function now returns number of bytes available.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pyb/uart.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyb/uart.py.exp b/tests/pyb/uart.py.exp index 40170eea97..ea300c90cb 100644 --- a/tests/pyb/uart.py.exp +++ b/tests/pyb/uart.py.exp @@ -14,7 +14,7 @@ UART YB ValueError Z UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=0, read_buf_len=64) UART(1, baudrate=2400, bits=8, parity=None, stop=1, timeout=1000, timeout_char=0, read_buf_len=64) -False +0 3 4 None |