summaryrefslogtreecommitdiff
path: root/decoders/lm75
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2014-03-10 00:43:27 +0100
committerBert Vermeulen <bert@biot.com>2014-03-10 00:47:30 +0100
commit780770f1295b7fdeb4481eb42623bad5da1e19a7 (patch)
tree4aeece8c26068123d5c4913cad00c3cb6d8a73b0 /decoders/lm75
parent84c1c0b52820af2418186ac3ecf93a5c6373a22e (diff)
downloadlibsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.tar.gz
libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.zip
Remove unused probes and options
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'},