diff options
Diffstat (limited to 'decoders/maxim_ds28ea00')
-rw-r--r-- | decoders/maxim_ds28ea00/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index ff51d2c..ed020d4 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -64,7 +64,7 @@ class Decoder(srd.Decoder): self.state = 'ROM' self.rom = 0x0000000000000000 - def start(self, metadata): + def start(self): self.out_ann = self.add(srd.OUTPUT_ANN, 'maxim_ds28ea00') def report(self): |