diff options
Diffstat (limited to 'decoders/mx25lxx05d/pd.py')
-rw-r--r-- | decoders/mx25lxx05d/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 35809f3..856497b 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -111,7 +111,7 @@ class Decoder(srd.Decoder): self.data = [] def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mx25lxx05d') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mx25lxx05d') self.out_ann = self.add(srd.OUTPUT_ANN, 'mx25lxx05d') def report(self): |