diff options
Diffstat (limited to 'tests/pyb/uart.py.exp')
-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 dd98e17968..7c326c0230 100644 --- a/tests/pyb/uart.py.exp +++ b/tests/pyb/uart.py.exp @@ -1,5 +1,5 @@ UART(1, baudrate=9600, bits=8, parity=None, stop=1, timeout=1000, timeout_char=0, read_buf_len=64) -UART(1, baudrate=1200, 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 3 4 |