aboutsummaryrefslogtreecommitdiff
path: root/tests/pyb/can.py.exp
diff options
context:
space:
mode:
authorDamien George2014-10-30 23:13:53 +0000
committerDamien George2014-10-30 23:16:05 +0000
commitefc49c5591d23f606a2e6203f9b4e4976aa3e6e3 (patch)
treeb6223488fccd0f88dc84baa434d27bbb7c8974e6 /tests/pyb/can.py.exp
parent6a15ac80dcc41dd950a9177b044ff8876d59710b (diff)
stmhal: Improve CAN print function.
Diffstat (limited to 'tests/pyb/can.py.exp')
-rw-r--r--tests/pyb/can.py.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pyb/can.py.exp b/tests/pyb/can.py.exp
index d12643a5f..405820204 100644
--- a/tests/pyb/can.py.exp
+++ b/tests/pyb/can.py.exp
@@ -1,10 +1,10 @@
-CAN(1, LOOPBACK, False)
+CAN(1)
+CAN(1, CAN.LOOPBACK, extframe=False)
False
True
(123, 0, 0, b'abcd')
(2047, 0, 0, b'abcd')
(0, 0, 0, b'abcd')
passed
-CAN(1, LOOPBACK, True)
+CAN(1, CAN.LOOPBACK, extframe=True)
passed
-end