X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fxfp%2Fpd.py;h=b8ec8edb22920cc2fbd012dcf952d7535c137efa;hp=975215ac6c7a7d5ba64dfd686c00bc9182db6223;hb=12851357e784b893e24880efc6cd22a0cbcc64ce;hpb=c761524941fcb2237ceb65082e504e5e48e62a05;ds=sidebyside 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)'