]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds2408/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / ds2408 / pd.py
index ebbc4c2d8c3a1f45f4fbb131f58e69816f7e1da8..33f2873fe9e092f276140cf501d85cf917a0cbec 100644 (file)
@@ -37,7 +37,7 @@ class Decoder(srd.Decoder):
     desc = '1-Wire 8-channel addressable switch.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds2408']
+    outputs = []
     tags = ['Embedded/industrial', 'IC']
     annotations = (
         ('text', 'Human-readable text'),