]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / rtc8564 / pd.py
index 25eb4e7d7aa85c7c5b6c06144fffa5c4980ae981..b57fae645f8598f9c9ce67bd0d165f1c7873c24d 100644 (file)
@@ -35,7 +35,7 @@ class Decoder(srd.Decoder):
     desc = 'Realtime clock module protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     desc = 'Realtime clock module protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['rtc8564']
+    outputs = []
     tags = ['Clock/timing']
     annotations = reg_list() + (
         ('read', 'Read date/time'),
     tags = ['Clock/timing']
     annotations = reg_list() + (
         ('read', 'Read date/time'),