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