diff options
Diffstat (limited to 'decoders/aud')
-rw-r--r-- | decoders/aud/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/aud/pd.py b/decoders/aud/pd.py index ffd79ec..97fa6cc 100644 --- a/decoders/aud/pd.py +++ b/decoders/aud/pd.py @@ -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'}, |