diff options
Diffstat (limited to 'decoders/ssi32')
-rw-r--r-- | decoders/ssi32/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ssi32/pd.py b/decoders/ssi32/pd.py index f2e79b8..a2fd859 100644 --- a/decoders/ssi32/pd.py +++ b/decoders/ssi32/pd.py @@ -23,7 +23,7 @@ import sigrokdecode as srd class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'ssi32' name = 'SSI32' longname = 'Synchronous Serial Interface (32bit)' |