summaryrefslogtreecommitdiff
path: root/decoders/ds1307
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ds1307')
-rw-r--r--decoders/ds1307/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/ds1307/pd.py b/decoders/ds1307/pd.py
index 97431e0..6c36f04 100644
--- a/decoders/ds1307/pd.py
+++ b/decoders/ds1307/pd.py
@@ -44,9 +44,6 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['ds1307']
- probes = []
- optional_probes = []
- options = {}
annotations = [
['text', 'Human-readable text'],
]