summaryrefslogtreecommitdiff
path: root/decoders/mx25lxx05d
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mx25lxx05d')
-rw-r--r--decoders/mx25lxx05d/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py
index 856497b..68335d4 100644
--- a/decoders/mx25lxx05d/pd.py
+++ b/decoders/mx25lxx05d/pd.py
@@ -111,8 +111,8 @@ class Decoder(srd.Decoder):
self.data = []
def start(self):
- # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mx25lxx05d')
- self.out_ann = self.add(srd.OUTPUT_ANN, 'mx25lxx05d')
+ # self.out_proto = self.register(srd.OUTPUT_PYTHON)
+ self.out_ann = self.register(srd.OUTPUT_ANN)
def report(self):
pass