Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bdorney authored and jsturdy committed Jul 9, 2019
1 parent 0dedd40 commit d05a2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gempython/tools/vfat_user_functions_xhal.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def setRunModeAll(self, mask=0x0, enable=True, debug=False):
self.writeAllVFATs("ContReg0", 0x36, mask)
return

def stopCalPulses(self, mask=0x0, chanMin=0, chanMax=128):
def stopCalPulses(self, mask=0x0, chanMin=0, chanMax=127):
"""
Turns the cal pulse off for [chanMin, chanMax] for all vfats not in mask
v2b electronics only
Expand Down

0 comments on commit d05a2ef

Please sign in to comment.