]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / rtc8564 / pd.py
index 8a2fbf9592abb7a5597d8eb8f762a8e6096cb6af..6108c267239b4d488789ae4d42845ca83de34de9 100644 (file)
@@ -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'],