X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2c.py;h=2a10ab7408eb4c8950f27a46ff549a065c2a373a;hp=0f554f78f5fefce887fdc612eed5edbb2d2c2b1c;hb=3e2a9de2adfc73a640fa352fdc1ebc804fc98a69;hpb=159699490ea4bf2495e99dcd5fb18b240d7499df diff --git a/decoders/i2c.py b/decoders/i2c.py index 0f554f7..2a10ab7 100644 --- a/decoders/i2c.py +++ b/decoders/i2c.py @@ -180,8 +180,8 @@ class Decoder(sigrokdecode.Decoder): self.oldsda = None def start(self, metadata): - self.output_protocol = self.output_new(1) - self.output_annotation = self.output_new(0) + self.output_protocol = self.output_new(sigrokdecode.SRD_OUTPUT_PROTOCOL, 'i2c') + self.output_annotation = self.output_new(sigrokdecode.SRD_OUTPUT_ANNOTATION, 'i2c') def report(self): pass