summaryrefslogtreecommitdiff
path: root/decoders/atsha204a
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
commit2787cf2abc0187679e87d3735ca3e64c2a1a91c8 (patch)
tree8baddf2048d8383a257284eabd238f7f4397568f /decoders/atsha204a
parent2b46b01c72c06683b3130647affe92c425d573b5 (diff)
downloadlibsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.tar.gz
libsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.zip
decoders: Various cosmetic/consistency/typo fixes.
Diffstat (limited to 'decoders/atsha204a')
-rw-r--r--decoders/atsha204a/__init__.py2
-rw-r--r--decoders/atsha204a/pd.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/atsha204a/__init__.py b/decoders/atsha204a/__init__.py
index fc56bd6..678e4fe 100644
--- a/decoders/atsha204a/__init__.py
+++ b/decoders/atsha204a/__init__.py
@@ -19,7 +19,7 @@
'''
This decoder stacks on top of the 'i2c' PD and decodes the
-Microchip ATSHA204A CryptoAuthentication protocol.
+Microchip ATSHA204A crypto authentication protocol.
'''
from .pd import Decoder
diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py
index 56cb75b..3f579b1 100644
--- a/decoders/atsha204a/pd.py
+++ b/decoders/atsha204a/pd.py
@@ -85,7 +85,7 @@ class Decoder(srd.Decoder):
id = 'atsha204a'
name = 'ATSHA204A'
longname = 'Microchip ATSHA204A'
- desc = 'Microchip ATSHA204A CryptoAuthentication device.'
+ desc = 'Microchip ATSHA204A crypto authentication protocol.'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['atsha204a']