]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / sdcard_spi / pd.py
index 545cee58a5b6f470c89129fc719aa2fe7d1f0783..478dfc8ca33e627ad7e1fbaeecb2ad334671c666 100644 (file)
@@ -21,7 +21,7 @@ import sigrokdecode as srd
 from common.sdcard import (cmd_names, acmd_names)
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'sdcard_spi'
     name = 'SD card (SPI mode)'
     longname = 'Secure Digital card (SPI mode)'