summaryrefslogtreecommitdiff
path: root/decoders/lpc/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lpc/pd.py')
-rw-r--r--decoders/lpc/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py
index 452e647..debb72b 100644
--- a/decoders/lpc/pd.py
+++ b/decoders/lpc/pd.py
@@ -103,6 +103,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['lpc']
+ tags = ['PC']
channels = (
{'id': 'lframe', 'name': 'LFRAME#', 'desc': 'Frame'},
{'id': 'lclk', 'name': 'LCLK', 'desc': 'Clock'},