We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d576d commit 9600a1fCopy full SHA for 9600a1f
1 file changed
tests/pyb/can.py.exp
@@ -7,14 +7,14 @@ CAN YA
7
CAN YB
8
ValueError YC
9
CAN(1)
10
-CAN(1, CAN.LOOPBACK, extframe=False)
+CAN(1, CAN.LOOPBACK, extframe=False, auto_restart=False)
11
False
12
True
13
(123, False, 0, b'abcd')
14
(2047, False, 0, b'abcd')
15
(0, False, 0, b'abcd')
16
passed
17
-CAN(1, CAN.LOOPBACK, extframe=True)
+CAN(1, CAN.LOOPBACK, extframe=True, auto_restart=False)
18
19
('0x8', '0x1c', '0xa', b'ok')
20
('0x800', '0x1c00', '0xa00', b'ok')
0 commit comments