diff --git a/artiq/coredevice/ttl.py b/artiq/coredevice/ttl.py index 292a5cfbe..df1036c2c 100644 --- a/artiq/coredevice/ttl.py +++ b/artiq/coredevice/ttl.py @@ -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):