summaryrefslogtreecommitdiff
path: root/decoders/aud/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/aud/pd.py')
-rw-r--r--decoders/aud/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/aud/pd.py b/decoders/aud/pd.py
index 30c32f5..ffd79ec 100644
--- a/decoders/aud/pd.py
+++ b/decoders/aud/pd.py
@@ -33,6 +33,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['aud']
+ tags = ['Logic', 'MCU Debugging']
channels = (
{'id': 'audck', 'name': 'AUDCK', 'desc': 'AUD clock'},
{'id': 'naudsync', 'name': 'nAUDSYNC', 'desc': 'AUD sync'},