summaryrefslogtreecommitdiff
path: root/decoders/ir_rc5/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ir_rc5/pd.py')
-rw-r--r--decoders/ir_rc5/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ir_rc5/pd.py b/decoders/ir_rc5/pd.py
index 52a7dc0..e18a90b 100644
--- a/decoders/ir_rc5/pd.py
+++ b/decoders/ir_rc5/pd.py
@@ -31,7 +31,7 @@ class Decoder(srd.Decoder):
desc = 'RC-5 infrared remote control protocol.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['ir_rc5']
+ outputs = []
tags = ['IR']
channels = (
{'id': 'ir', 'name': 'IR', 'desc': 'IR data line'},