diff options
Diffstat (limited to 'decoders/atsha204a')
-rw-r--r-- | decoders/atsha204a/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index e62122c..56cb75b 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -89,7 +89,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['atsha204a'] - tags = ['Logic'] + tags = ['Security/crypto', 'IC', 'Memory'] annotations = ( ('waddr', 'Word address'), ('count', 'Count'), |