aboutsummaryrefslogtreecommitdiff
path: root/tests/pyb/uart.py.exp
diff options
context:
space:
mode:
authorDamien George2015-02-27 00:40:08 +0000
committerDamien George2015-02-27 00:40:08 +0000
commitb67253e96f2bf9225c5652feb3bf41e30c76230e (patch)
treef8a985f20a2ba83b29b4751def82fbdfbbbe08b4 /tests/pyb/uart.py.exp
parent4852e09c7914a4d4f2938dddbe155a2075bb2eb3 (diff)
tests: Update pyb/uart.py test since baudrate of 1200 is too low.
Diffstat (limited to 'tests/pyb/uart.py.exp')
-rw-r--r--tests/pyb/uart.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyb/uart.py.exp b/tests/pyb/uart.py.exp
index dd98e1796..7c326c023 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