We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a016a06 commit 03cee34Copy full SHA for 03cee34
test/test_sdo.py
@@ -99,7 +99,7 @@ def test_expedited_upload(self):
99
# Same with padding to a full SDO frame
100
self.data = [
101
(TX, b'\x40\x00\x14\x02\x00\x00\x00\x00'),
102
- (RX, b'\x4f\x00\x14\x02\xfe\x00\x00\x00')
+ (RX, b'\x42\x00\x14\x02\xfe\x00\x00\x00')
103
]
104
trans_type = self.network[2].sdo[0x1400]['Transmission type RPDO 1'].raw
105
self.assertEqual(trans_type, 254)
0 commit comments