From 9a12a6e7af3d7091d8e35dd1c731402cb80a01b0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 12 Jan 2012 22:16:26 +0100 Subject: srd: decoders: Metadata consistency fixes/updates. --- decoders/transitioncounter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/transitioncounter.py') 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 -- cgit v1.2.3-70-g09d2