Skip to content

Commit 1991b3c

Browse files
committedAug 27, 2015
coredevice/TTLClockGen: fix attribute init
1 parent 4cb0d45 commit 1991b3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎artiq/coredevice/ttl.py

-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def __init__(self, dmgr, channel):
220220
self.core = dmgr.get("core")
221221
self.channel = channel
222222

223-
def build(self):
224223
# in RTIO cycles
225224
self.previous_timestamp = int64(0)
226225
self.acc_width = 24

0 commit comments

Comments
 (0)
Please sign in to comment.