]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/arm_itm/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / arm_itm / pd.py
index 33649a07ec106a305aa531b2f3655ba3d54498cf..15ffe7223277023a7e5b87583492333a8082f451 100644 (file)
@@ -37,7 +37,7 @@ ARM_EXCEPTIONS = {
 }
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'arm_itm'
     name = 'ARM ITM'
     longname = 'ARM Instrumentation Trace Macroblock'