From f9a3947a7a8d884de6c55693b216f89b1d27d979 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Mon, 9 Jan 2012 00:12:19 +0100 Subject: srd: change output_new() API call to add() --- decoders/i2c.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders') diff --git a/decoders/i2c.py b/decoders/i2c.py index abe4d7e..f098aff 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(sigrokdecode.SRD_OUTPUT_PROTOCOL, 'i2c') - self.output_annotation = self.output_new(sigrokdecode.SRD_OUTPUT_ANNOTATION, 'i2c') + self.output_protocol = self.add(sigrokdecode.SRD_OUTPUT_PROTOCOL, 'i2c') + self.output_annotation = self.add(sigrokdecode.SRD_OUTPUT_ANNOTATION, 'i2c') def report(self): pass -- cgit v1.2.3-70-g09d2