X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frtc8564%2Frtc8564.py;h=18f8c24379ecf793fd0c25f792d62e533a213fd6;hp=97b08087da2280c874dccee5fddec43b4e5658be;hb=b77614bc977475102062ac5d1c8fe8e55349315a;hpb=decde15ecb51b3326b31019af61e0a729b9c61d0 diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index 97b0808..18f8c24 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/rtc8564.py @@ -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.'},