]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/atsha204a/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / atsha204a / pd.py
index 3f579b134ffdce0b2d8ef5cac3bc60818b400025..2fb9b520982f684021d16d8afd9b888221a76123 100644 (file)
@@ -88,7 +88,7 @@ class Decoder(srd.Decoder):
     desc = 'Microchip ATSHA204A crypto authentication protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['atsha204a']
+    outputs = []
     tags = ['Security/crypto', 'IC', 'Memory']
     annotations = (
         ('waddr', 'Word address'),