]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/pd.py
Split annotation-specific output to another struct
[libsigrokdecode.git] / decoders / rtc8564 / pd.py
index 16de6b6ae5e59db4fa3055bc3416d1929cfd48b4..e7ae03690bf0e574a2b5be022351e3d40d8a9b86 100644 (file)
@@ -55,8 +55,8 @@ class Decoder(srd.Decoder):
         self.months = -1
         self.years = -1
 
-    def start(self, metadata):
-        # self.out_proto = self.add(srd.OUTPUT_PROTO, 'rtc8564')
+    def start(self):
+        # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'rtc8564')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'rtc8564')
 
     def report(self):