]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds1307/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / ds1307 / pd.py
index 0cd3b9d85534b3b408ca1c6c69fb891f9e74a142..f8ebe195ec5008562745e4fb93a1cfaad88feb08 100644 (file)
@@ -56,10 +56,10 @@ class Decoder(srd.Decoder):
     id = 'ds1307'
     name = 'DS1307'
     longname = 'Dallas DS1307'
-    desc = 'Realtime clock module protocol.'
+    desc = 'Dallas DS1307 realtime clock module protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['ds1307']
+    outputs = []
     tags = ['Clock/timing', 'IC']
     annotations =  regs_and_bits() + (
         ('read-datetime', 'Read date/time'),