]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/pd.py
unittests: Update to recent API changes.
[libsigrokdecode.git] / decoders / rtc8564 / pd.py
index 16de6b6ae5e59db4fa3055bc3416d1929cfd48b4..5709f621da7609e616d67f0bb5954df03c462d57 100644 (file)
@@ -55,7 +55,7 @@ class Decoder(srd.Decoder):
         self.months = -1
         self.years = -1
 
-    def start(self, metadata):
+    def start(self):
         # self.out_proto = self.add(srd.OUTPUT_PROTO, 'rtc8564')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'rtc8564')