summaryrefslogtreecommitdiff
path: root/decoders/mx25lxx05d.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-10 02:06:31 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-10 02:06:31 +0100
commit2fd89a85c4a1131ca259d794a43b26b8bd84b6a0 (patch)
tree9f0a6eb2e673f8bccaf64a6aabe5ac610858b3b3 /decoders/mx25lxx05d.py
parent7ce7775cb5a4e97264df62f43315d32504602072 (diff)
downloadlibsigrokdecode-2fd89a85c4a1131ca259d794a43b26b8bd84b6a0.tar.gz
libsigrokdecode-2fd89a85c4a1131ca259d794a43b26b8bd84b6a0.zip
srd: s/output_new/add/ for all decoders.
Diffstat (limited to 'decoders/mx25lxx05d.py')
-rw-r--r--decoders/mx25lxx05d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/mx25lxx05d.py b/decoders/mx25lxx05d.py
index 0f2f73b..1f45dc4 100644
--- a/decoders/mx25lxx05d.py
+++ b/decoders/mx25lxx05d.py
@@ -179,8 +179,8 @@ class Decoder(sigrokdecode.Decoder):
self.out = []
def start(self, metadata):
- # self.output_protocol = self.output_new(2)
- self.output_annotation = self.output_new(1)
+ # self.output_protocol = self.add(2)
+ self.output_annotation = self.add(1)
def report(self):
pass