diff options
Diffstat (limited to 'decoders/i2c/pd.py')
-rw-r--r-- | decoders/i2c/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |