]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/xfp/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / xfp / pd.py
index 27135e585a1c267a7990af2dc56469b9222bf1a6..fcadab9c96fb0acfe90a16b2afc049c9ba83ef84 100644 (file)
@@ -23,7 +23,7 @@ from common.plugtrx import (MODULE_ID, ALARM_THRESHOLDS, AD_READOUTS, GCS_BITS,
         ENHANCED_OPTS, AUX_TYPES)
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'xfp'
     name = 'XFP'
     longname = '10 Gigabit Small Form Factor Pluggable Module (XFP)'