summaryrefslogtreecommitdiff
path: root/decoders/dsi/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dsi/pd.py')
-rw-r--r--decoders/dsi/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/dsi/pd.py b/decoders/dsi/pd.py
index 7be29c3..7ce9517 100644
--- a/decoders/dsi/pd.py
+++ b/decoders/dsi/pd.py
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
desc = 'Digital Serial Interface (DSI) lighting protocol.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['dsi']
+ outputs = []
tags = ['Embedded/industrial', 'Lighting']
channels = (
{'id': 'dsi', 'name': 'DSI', 'desc': 'DSI data line'},