Skip to content

Commit e9571a1

Browse files
committed
review comment: remove unused from constants
1 parent 60255bd commit e9571a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

canopen/sdo/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# Command, index, subindex
66
SDO_STRUCT = struct.Struct("<BHB")
7-
SDO_BLOCKINIT_STRUCT = struct.Struct("<BHBI") # Command + seqno, index, subindex, size
87
SDO_BLOCKACK_STRUCT = struct.Struct("<BBB") # c + ackseq + new blocksize
98
SDO_BLOCKEND_STRUCT = struct.Struct("<BH") # c + CRC
109
SDO_ABORT_STRUCT = struct.Struct("<BHBI") # c +i + si + Abort code

0 commit comments

Comments
 (0)