]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds243x/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / ds243x / pd.py
index b2194e7288d113ccd2d77e4d40c4cf2e783720fe..0fbdcdf51ef33ec8b001e0efde94586c915b94cc 100644 (file)
@@ -68,10 +68,10 @@ class Decoder(srd.Decoder):
     desc = 'Maxim DS243x series 1-Wire EEPROM protocol.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds243x']
+    outputs = []
     tags = ['IC', 'Memory']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
     binary = (
         ('mem_read', 'Data read from memory'),