Skip to content

Commit 03cee34

Browse files
committed
Really unspecified size.
1 parent a016a06 commit 03cee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sdo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_expedited_upload(self):
9999
# Same with padding to a full SDO frame
100100
self.data = [
101101
(TX, b'\x40\x00\x14\x02\x00\x00\x00\x00'),
102-
(RX, b'\x4f\x00\x14\x02\xfe\x00\x00\x00')
102+
(RX, b'\x42\x00\x14\x02\xfe\x00\x00\x00')
103103
]
104104
trans_type = self.network[2].sdo[0x1400]['Transmission type RPDO 1'].raw
105105
self.assertEqual(trans_type, 254)

0 commit comments

Comments
 (0)