diff options
Diffstat (limited to 'decoders/xfp/pd.py')
-rw-r--r-- | decoders/xfp/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index 27135e5..fcadab9 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -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)' |