]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tca6408a/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / tca6408a / pd.py
index 9fa9d23b095bb47f505be091da4e341c34916204..73de1b9f46dd0ef917bd333fc7373ecd3a6731b4 100644 (file)
@@ -22,7 +22,7 @@
 import sigrokdecode as srd
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'tca6408a'
     name = 'TI TCA6408A'
     longname = 'Texas Instruments TCA6408A'