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 15af222..35809f3 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -110,7 +110,7 @@ class Decoder(srd.Decoder): self.addr = 0 self.data = [] - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mx25lxx05d') self.out_ann = self.add(srd.OUTPUT_ANN, 'mx25lxx05d') |