]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / lpc / pd.py
index debb72b99a6023cf4da501b58b8a4b0f5c26e8db..5eb0983e0ebe94b0550e96b98bdfa9aeec79689f 100644 (file)
@@ -98,11 +98,11 @@ class Decoder(srd.Decoder):
     api_version = 3
     id = 'lpc'
     name = 'LPC'
-    longname = 'Low-Pin-Count'
+    longname = 'Low Pin Count'
     desc = 'Protocol for low-bandwidth devices on PC mainboards.'
     license = 'gplv2+'
     inputs = ['logic']
-    outputs = ['lpc']
+    outputs = []
     tags = ['PC']
     channels = (
         {'id': 'lframe', 'name': 'LFRAME#', 'desc': 'Frame'},