]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/rtc8564.py
srd: rename extra_probes to optional_probes in all PDs
[libsigrokdecode.git] / decoders / rtc8564 / rtc8564.py
index 97b08087da2280c874dccee5fddec43b4e5658be..18f8c24379ecf793fd0c25f792d62e533a213fd6 100644 (file)
@@ -47,7 +47,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = ['rtc8564']
     probes = []
-    extra_probes = [
+    optional_probes = [
         {'id': 'clkout', 'name': 'CLKOUT', 'desc': 'TODO.'},
         {'id': 'clkoe', 'name': 'CLKOE', 'desc': 'TODO.'},
         {'id': 'int', 'name': 'INT#', 'desc': 'TODO.'},