summaryrefslogtreecommitdiff
path: root/decoders/t55xx
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/t55xx')
-rw-r--r--decoders/t55xx/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/t55xx/pd.py b/decoders/t55xx/pd.py
index fb1bcb9..d345d31 100644
--- a/decoders/t55xx/pd.py
+++ b/decoders/t55xx/pd.py
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
desc = 'T55xx 100-150kHz RFID protocol.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['t55xx']
+ outputs = []
tags = ['IC', 'RFID']
channels = (
{'id': 'data', 'name': 'Data', 'desc': 'Data line'},