summaryrefslogtreecommitdiff
path: root/decoders/miller/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/miller/pd.py')
-rw-r--r--decoders/miller/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/miller/pd.py b/decoders/miller/pd.py
index 88798bb..90c7c19 100644
--- a/decoders/miller/pd.py
+++ b/decoders/miller/pd.py
@@ -38,7 +38,7 @@ class Decoder(srd.Decoder):
desc = 'Miller encoding protocol.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['miller']
+ outputs = []
tags = ['Encoding']
channels = (
{'id': 'data', 'name': 'Data', 'desc': 'Data signal'},