summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/can.py.exp
diff options
context:
space:
mode:
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 d12643a5fb..4058202046 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