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