Fix subsystem slots (#553)

This commit is contained in:
blitzmann
2016-04-22 20:49:16 -04:00
parent a5e2a32fb8
commit 4a2d1b7997

View File

@@ -783,7 +783,7 @@ class Port(object):
if slot == Slot.SUBSYSTEM: if slot == Slot.SUBSYSTEM:
# Order of subsystem matters based on this attr. See GH issue #130 # Order of subsystem matters based on this attr. See GH issue #130
slotId = module.getModifiedItemAttr("subSystemSlot") - 124 slotId = module.getModifiedItemAttr("subSystemSlot") - 125
else: else:
if not slot in slotNum: if not slot in slotNum:
slotNum[slot] = 0 slotNum[slot] = 0