2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

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

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):