]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maxim_ds28ea00/pd.py
The start() method no longer takes a metadata parameter
[libsigrokdecode.git] / decoders / maxim_ds28ea00 / pd.py
index ff51d2c91d1f62738f54e8a6066da86a61c17736..ed020d4bf44ec3d732615601da99a7b051853059 100644 (file)
@@ -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):