X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Ftransitioncounter.py;fp=decoders%2Ftransitioncounter.py;h=40fa3a899041420269d91e4f156c8a3dc3c1697f;hp=5b12927bceb61f04641a5df38526d7da2930ab4a;hb=9a12a6e7af3d7091d8e35dd1c731402cb80a01b0;hpb=957da0732562da1011adb6da95614d67143a607c diff --git a/decoders/transitioncounter.py b/decoders/transitioncounter.py index 5b12927..40fa3a8 100644 --- a/decoders/transitioncounter.py +++ b/decoders/transitioncounter.py @@ -31,9 +31,9 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['transitioncounts'] - probes = [ - ] # TODO? + probes = [] options = {} + annotations = [] def __init__(self, **kwargs): self.channels = -1