]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/spi/spi.py
srd: rename extra_probes to optional_probes in all PDs
[libsigrokdecode.git] / decoders / spi / spi.py
index a06498bcac092c7bcb500dc7b799413add38a448..ff186ddcf56d6280101c671317ee8173a8cf404c 100644 (file)
@@ -66,7 +66,7 @@ class Decoder(srd.Decoder):
         {'id': 'sck', 'name': 'CLK', 'desc': 'SPI clock line'},
         {'id': 'cs', 'name': 'CS#', 'desc': 'SPI CS (chip select) line'},
     ]
-    extra_probes = [] # TODO
+    optional_probes = [] # TODO
     options = {
         'cs_polarity': ['CS# polarity', ACTIVE_LOW],
         'cpol': ['Clock polarity', CPOL_0],