X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Ftransitioncounter.py;fp=decoders%2Ftransitioncounter.py;h=846e9d982fda48361bcf295fe162a1ed88ed02a3;hp=70f1f1a932511864e26e9f24367ee31caaa51e3c;hb=71071bcfd36bed13b110931a6cc8189a1493dd2a;hpb=066e65a3a60ef5836d9e75b8dffeb55a152efe4d diff --git a/decoders/transitioncounter.py b/decoders/transitioncounter.py index 70f1f1a..846e9d9 100644 --- a/decoders/transitioncounter.py +++ b/decoders/transitioncounter.py @@ -68,9 +68,6 @@ class Decoder(sigrok.Decoder): pass def decode(self, timeoffset, duration, data): - """Counts the low->high and high->low transitions in the specified - channel(s) of the signal.""" - # We should accept a list of samples and iterate... for sample in sampleiter(data, self.unitsize):