Skip to content

Commit

Permalink
coredevice/TTLClockGen: fix attribute init
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Aug 27, 2015
1 parent 4cb0d45 commit 1991b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/coredevice/ttl.py
Expand Up @@ -220,7 +220,6 @@ def __init__(self, dmgr, channel):
self.core = dmgr.get("core")
self.channel = channel

def build(self):
# in RTIO cycles
self.previous_timestamp = int64(0)
self.acc_width = 24
Expand Down

0 comments on commit 1991b3c

Please sign in to comment.