Skip to content

Commit

Permalink
port count
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Sep 19, 2018
1 parent b09dd99 commit 0cbc4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xc/drivers/phi/vrtrelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, phi_cfg=None, info_only=False):
except:
d = -1
self.data = {}
for i in range(1, 16):
for i in range(1, 17):
self.data[str(i)] = d

def get(self, port=None, cfg=None, timeout=0):
Expand Down

0 comments on commit 0cbc4ab

Please sign in to comment.