summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2018-09-10 22:07:45 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-09-10 22:07:45 +0200
commit3a67b032235e719dc4e74f735d1c95ef2d481a33 (patch)
tree07c8deb0a931013b55e1b254280c891d652b941c
parent31673692b0d87e0e3a4df94a6343d8bb079371aa (diff)
downloadlibsigrokdecode-3a67b032235e719dc4e74f735d1c95ef2d481a33.tar.gz
libsigrokdecode-3a67b032235e719dc4e74f735d1c95ef2d481a33.zip
atsha204a: Add missing full stop in description.
-rw-r--r--decoders/atsha204a/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py
index 2353178..a6a5a1d 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 CryptoAuthentication device.'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['atsha204a']