]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds243x/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / ds243x / pd.py
index b2194e7288d113ccd2d77e4d40c4cf2e783720fe..7f9f6660cc86ec2293c866b4ecf04d50e05a2d12 100644 (file)
@@ -68,7 +68,7 @@ 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'),