diff options
Diffstat (limited to 'decoders/arm_itm')
-rw-r--r-- | decoders/arm_itm/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/arm_itm/pd.py b/decoders/arm_itm/pd.py index e284d27..4359bba 100644 --- a/decoders/arm_itm/pd.py +++ b/decoders/arm_itm/pd.py @@ -45,7 +45,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['uart'] outputs = ['arm_itm'] - tags = ['Logic', 'MCU Debugging'] + tags = ['Debug/trace'] options = ( {'id': 'objdump', 'desc': 'objdump path', 'default': 'arm-none-eabi-objdump'}, |