summaryrefslogtreecommitdiff
path: root/decoders/tlc5620/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/tlc5620/pd.py')
-rw-r--r--decoders/tlc5620/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py
index af16ee5..4d02792 100644
--- a/decoders/tlc5620/pd.py
+++ b/decoders/tlc5620/pd.py
@@ -34,7 +34,7 @@ class Decoder(srd.Decoder):
desc = 'Texas Instruments TLC5620 8-bit quad DAC.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['tlc5620']
+ outputs = []
tags = ['IC', 'Analog/digital']
channels = (
{'id': 'clk', 'name': 'CLK', 'desc': 'Serial interface clock'},