diff options
Diffstat (limited to 'decoders/i2cdemux/pd.py')
-rw-r--r-- | decoders/i2cdemux/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py index dd773b5..bfa10db 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/pd.py @@ -29,7 +29,6 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = [] # TODO: Only known at run-time. - annotations = [] def __init__(self, **kwargs): self.packets = [] # Local cache of I²C packets |