]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / jtag / pd.py
index 21bd44b12693192a15dfd9b9023d68a3cbf863db..95e5d28c5fc364da1f4ea123360af25220e4fe08 100644 (file)
@@ -54,7 +54,7 @@ jtag_states = [
 ]
 
 class Decoder(srd.Decoder):
 ]
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'jtag'
     name = 'JTAG'
     longname = 'Joint Test Action Group (IEEE 1149.1)'
     id = 'jtag'
     name = 'JTAG'
     longname = 'Joint Test Action Group (IEEE 1149.1)'