X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2cdemux%2Fpd.py;fp=decoders%2Fi2cdemux%2Fpd.py;h=bfa10db8533c55b76edf02597d1b1af3f6527d03;hp=dd773b54359155ceaf2fc13750e9de7774e8499c;hb=da9bcbd9f45b0153465c55ec726a0d76f6d7f01e;hpb=d1e2129c7b01a760d48bcc8e7fc12956a62698c1 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