]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/transitioncounter.py
srd: decoders: Metadata consistency fixes/updates.
[libsigrokdecode.git] / decoders / transitioncounter.py
index 5b12927bceb61f04641a5df38526d7da2930ab4a..40fa3a899041420269d91e4f156c8a3dc3c1697f 100644 (file)
@@ -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