summaryrefslogtreecommitdiff
path: root/decoders/tlc5620
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/tlc5620
parent84c1c0b52820af2418186ac3ecf93a5c6373a22e (diff)
downloadlibsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.tar.gz
libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.zip
Remove unused probes and options
Diffstat (limited to 'decoders/tlc5620')
-rw-r--r--decoders/tlc5620/pd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py
index 4097c45..b9a5223 100644
--- a/decoders/tlc5620/pd.py
+++ b/decoders/tlc5620/pd.py
@@ -44,7 +44,6 @@ class Decoder(srd.Decoder):
{'id': 'load', 'name': 'LOAD', 'desc': 'Serial interface load control'},
{'id': 'ldac', 'name': 'LDAC', 'desc': 'Load DAC'},
]
- options = {}
annotations = [
['dac-select', 'DAC select'],
['gain', 'Gain'],