summaryrefslogtreecommitdiff
path: root/decoders/lm75
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lm75')
-rw-r--r--decoders/lm75/pd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py
index 84cc26a..c492c4b 100644
--- a/decoders/lm75/pd.py
+++ b/decoders/lm75/pd.py
@@ -48,7 +48,6 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['lm75']
- probes = []
optional_probes = [
{'id': 'os', 'name': 'OS', 'desc': 'Overtemperature shutdown'},
{'id': 'a0', 'name': 'A0', 'desc': 'I²C slave address input 0'},