diff options
Diffstat (limited to 'decoders/timing')
-rw-r--r-- | decoders/timing/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/timing/pd.py b/decoders/timing/pd.py index 922c36d..17ef5f1 100644 --- a/decoders/timing/pd.py +++ b/decoders/timing/pd.py @@ -54,7 +54,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['timing'] - tags = ['Logic', 'Tools'] + tags = ['Clock/timing', 'Util'] channels = ( {'id': 'data', 'name': 'Data', 'desc': 'Data line'}, ) |