summaryrefslogtreecommitdiff
path: root/decoders/sda2506
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/sda2506')
-rw-r--r--decoders/sda2506/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/sda2506/pd.py b/decoders/sda2506/pd.py
index b860e64..8b63cf0 100644
--- a/decoders/sda2506/pd.py
+++ b/decoders/sda2506/pd.py
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
id = 'sda2506'
name = 'SDA2506'
longname = 'Siemens SDA 2506-5'
- desc = 'Serial nonvolatile 1-Kbit EEPROM'
+ desc = 'Serial nonvolatile 1-Kbit EEPROM.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['sda2506']