summaryrefslogtreecommitdiff
path: root/decoders/xfp
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/xfp')
-rw-r--r--decoders/xfp/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py
index 975215a..b8ec8ed 100644
--- a/decoders/xfp/pd.py
+++ b/decoders/xfp/pd.py
@@ -191,7 +191,7 @@ AUX_TYPES = [
]
class Decoder(srd.Decoder):
- api_version = 1
+ api_version = 2
id = 'xfp'
name = 'XFP'
longname = '10 Gigabit Small Form Factor Pluggable Module (XFP)'