Skip to content

Commit eaaa71d

Browse files
committed
Add storage_location as member to var
1 parent b52da1b commit eaaa71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

canopen/objectdictionary/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def __init__(self, name, index, subindex=0):
270270
self.value_descriptions = {}
271271
#: Dictionary of bitfield definitions
272272
self.bit_definitions = {}
273+
#: Storage location of index
274+
self.storage_location = None
273275

274276
def __eq__(self, other):
275277
return (self.index == other.index and

0 commit comments

Comments
 (0)