X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2Fpd.py;fp=decoders%2Fmaxim_ds28ea00%2Fpd.py;h=ed020d4bf44ec3d732615601da99a7b051853059;hp=ff51d2c91d1f62738f54e8a6066da86a61c17736;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3 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):