From ee3e279c7558b388410d16cbce9db6c80e9c0c67 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 8 May 2012 23:53:48 +0200 Subject: srd: Remove TODOs from annotation format names. Also, fix minor consistency issues, cosmetics, typos. --- decoders/i2cfilter/i2cfilter.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'decoders/i2cfilter') diff --git a/decoders/i2cfilter/i2cfilter.py b/decoders/i2cfilter/i2cfilter.py index 6b3d113..fad11c3 100644 --- a/decoders/i2cfilter/i2cfilter.py +++ b/decoders/i2cfilter/i2cfilter.py @@ -30,10 +30,13 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = [] + probes = [] + optional_probes = [] options = { 'address': ['Address to filter out of the I2C stream', 0], 'direction': ['Direction to filter (read/write)', ''] } + annotations = [] def __init__(self, **kwargs): self.state = None -- cgit v1.2.3-70-g09d2