summaryrefslogtreecommitdiff
path: root/decoders/rtc8564
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/rtc8564
parent84c1c0b52820af2418186ac3ecf93a5c6373a22e (diff)
downloadlibsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.tar.gz
libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.zip
Remove unused probes and options
Diffstat (limited to 'decoders/rtc8564')
-rw-r--r--decoders/rtc8564/pd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py
index 8a2fbf9..6108c26 100644
--- a/decoders/rtc8564/pd.py
+++ b/decoders/rtc8564/pd.py
@@ -33,13 +33,11 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['rtc8564']
- probes = []
optional_probes = [
{'id': 'clkout', 'name': 'CLKOUT', 'desc': 'Clock output'},
{'id': 'clkoe', 'name': 'CLKOE', 'desc': 'Clock output enable'},
{'id': 'int', 'name': 'INT#', 'desc': 'Interrupt'},
]
- options = {}
annotations = \
[['reg-0x%02x' % i, 'Register 0x%02x' % i] for i in range(8 + 1)] + [
['read', 'Read date/time'],