From f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 5 Nov 2013 11:21:33 +0100 Subject: Rename inter-PD output type to SRD_OUTPUT_PYTHON This better reflects what it is: a python object generated and processed by python code. --- decoders/mx25lxx05d/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mx25lxx05d') 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): -- cgit v1.2.3-70-g09d2