forked from M-Labs/artiq
1
0
Fork 0

ttl: Remove unused attribute [nfc]

This commit is contained in:
David Nadlinger 2018-07-23 15:33:52 +01:00 committed by Sébastien Bourdeauducq
parent 17a5fb2dce
commit 2a0e1dabfb
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ class TTLInOut:
self.channel = channel
self.i_previous_timestamp = numpy.int64(0)
self.queued_samples = 0
@kernel
def set_oe(self, oe):