diff options
Diffstat (limited to 'decoders/pan1321/pd.py')
-rw-r--r-- | decoders/pan1321/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/pan1321/pd.py b/decoders/pan1321/pd.py index 9b5cf15..42cace2 100644 --- a/decoders/pan1321/pd.py +++ b/decoders/pan1321/pd.py @@ -49,7 +49,7 @@ class Decoder(srd.Decoder): self.ss_block = None def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'pan1321') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'pan1321') self.out_ann = self.add(srd.OUTPUT_ANN, 'pan1321') def report(self): |