summaryrefslogtreecommitdiff
path: root/decoders/mxc6225xu/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mxc6225xu/pd.py')
-rw-r--r--decoders/mxc6225xu/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py
index ca24cd5..e707b75 100644
--- a/decoders/mxc6225xu/pd.py
+++ b/decoders/mxc6225xu/pd.py
@@ -83,7 +83,7 @@ class Decoder(srd.Decoder):
self.state = 'IDLE'
def start(self):
- # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mxc6225xu')
+ # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mxc6225xu')
self.out_ann = self.add(srd.OUTPUT_ANN, 'mxc6225xu')
def report(self):