X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fspi%2Fspi.py;h=ff186ddcf56d6280101c671317ee8173a8cf404c;hp=a06498bcac092c7bcb500dc7b799413add38a448;hb=b77614bc977475102062ac5d1c8fe8e55349315a;hpb=fd4aa8aaed83f9f0041647b913e48ef95c1aab55 diff --git a/decoders/spi/spi.py b/decoders/spi/spi.py index a06498b..ff186dd 100644 --- a/decoders/spi/spi.py +++ b/decoders/spi/spi.py @@ -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],