diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2018-09-10 22:07:45 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2018-09-10 22:07:45 +0200 |
commit | 3a67b032235e719dc4e74f735d1c95ef2d481a33 (patch) | |
tree | 07c8deb0a931013b55e1b254280c891d652b941c | |
parent | 31673692b0d87e0e3a4df94a6343d8bb079371aa (diff) | |
download | libsigrokdecode-3a67b032235e719dc4e74f735d1c95ef2d481a33.tar.gz libsigrokdecode-3a67b032235e719dc4e74f735d1c95ef2d481a33.zip |
atsha204a: Add missing full stop in description.
-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 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'] |