X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2c%2Fpd.py;h=da8056702b0f0d5ef766e7e569629a818e6fe7b3;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hp=dcc27b2f6269a018b5ef946be224fae1dda12c48;hpb=98e0b79b9fd2abf076054abc5f25c184b436cb87;p=libsigrokdecode.git diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index dcc27b2..da80567 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -106,7 +106,7 @@ class Decoder(srd.Decoder): self.oldpins = [1, 1] def start(self): - self.out_proto = self.add(srd.OUTPUT_PROTO, 'i2c') + self.out_proto = self.add(srd.OUTPUT_PYTHON, 'i2c') self.out_ann = self.add(srd.OUTPUT_ANN, 'i2c') def report(self):