diff options
Diffstat (limited to 'decoders/tlc5620')
-rw-r--r-- | decoders/tlc5620/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py index 61f6028..4e9a3b7 100644 --- a/decoders/tlc5620/pd.py +++ b/decoders/tlc5620/pd.py @@ -64,7 +64,7 @@ class Decoder(srd.Decoder): self.ss_value = self.es_value = 0 self.dac_select = self.gain = self.dac_value = None - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'tlc5620') self.out_ann = self.add(srd.OUTPUT_ANN, 'tlc5620') |