Skip to content

Commit

Permalink
Merge branch 'xadc-fix' into warm-tdm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Feb 7, 2024
2 parents e0a4d0c + f5fe496 commit fee2f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/surf/xilinx/_Xadc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self,
if isinstance(auxChannels, int):
auxChannels = list(range(auxChannels))

self.simpleViewList = simpleViewList
self.simpleViewList = simpleViewList[:]
self.simpleViewList.append('enable')

def addPair(name, offset, bitSize, units, bitOffset, description, function, pollInterval=0):
Expand Down

0 comments on commit fee2f01

Please sign in to comment.