summaryrefslogtreecommitdiff
path: root/decoders/lm75
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lm75')
-rw-r--r--decoders/lm75/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py
index 9d2f0ab..86d3950 100644
--- a/decoders/lm75/pd.py
+++ b/decoders/lm75/pd.py
@@ -46,7 +46,7 @@ class Decoder(srd.Decoder):
id = 'lm75'
name = 'LM75'
longname = 'National LM75'
- desc = 'National LM75 (and compatibles) temperature sensor protocol.'
+ desc = 'National LM75 (and compatibles) temperature sensor.'
license = 'gplv2+'
inputs = ['i2c']
outputs = ['lm75']