aboutsummaryrefslogtreecommitdiff
path: root/tests/pyb/can.py.exp
diff options
context:
space:
mode:
authorDamien George2015-04-16 23:52:43 +0100
committerDamien George2015-04-16 23:52:43 +0100
commit7d5e34287c678b015a0f94620fc8626897a5cbda (patch)
treedd1198fd2670ac5b63e38a654588c25d69315efa /tests/pyb/can.py.exp
parent4c459213499b289a1710aa0e6d3fb80c4889cc1f (diff)
stmhal: Allow sending CAN messages with timeout=0.
Thanks to Henrik Sölver for this patch.
Diffstat (limited to 'tests/pyb/can.py.exp')
-rw-r--r--tests/pyb/can.py.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pyb/can.py.exp b/tests/pyb/can.py.exp
index b0ede7b9f..845f6d5ba 100644
--- a/tests/pyb/can.py.exp
+++ b/tests/pyb/can.py.exp
@@ -32,3 +32,9 @@ cb1a
pending
(1, 0, 0, b'11111111')
(5, 0, 0, b'55555555')
+False
+(1, 0, 0, b'abcde')
+passed
+(2, 0, 0, b'abcde')
+(3, 0, 0, b'abcde')
+(4, 0, 0, b'abcde')