summaryrefslogtreecommitdiff
path: root/decoders/tca6408a
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/tca6408a')
-rw-r--r--decoders/tca6408a/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/tca6408a/pd.py b/decoders/tca6408a/pd.py
index d53cf8c..4924517 100644
--- a/decoders/tca6408a/pd.py
+++ b/decoders/tca6408a/pd.py
@@ -29,7 +29,7 @@ class Decoder(srd.Decoder):
desc = 'Texas Instruments TCA6408A 8-bit I²C I/O expander.'
license = 'gplv2+'
inputs = ['i2c']
- outputs = ['tca6408a']
+ outputs = []
tags = ['Embedded/industrial', 'IC']
annotations = (
('register', 'Register type'),