]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/aud/pd.py
decoders: Add/update tags for each PD.
[libsigrokdecode.git] / decoders / aud / pd.py
index ffd79ec84da820265b660995c24ea10141713931..97fa6ccdc426ec08753700660e4402923b3d5664 100644 (file)
@@ -33,7 +33,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['aud']
-    tags = ['Logic', 'MCU Debugging']
+    tags = ['Debug/trace']
     channels = (
         {'id': 'audck', 'name': 'AUDCK', 'desc': 'AUD clock'},
         {'id': 'naudsync', 'name': 'nAUDSYNC', 'desc': 'AUD sync'},