diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-04-14 22:14:39 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-04-15 10:43:49 +0200 |
commit | 12851357e784b893e24880efc6cd22a0cbcc64ce (patch) | |
tree | 9e91131ab8d77f5b350022a3467e6840c070b446 /decoders/mxc6225xu/pd.py | |
parent | c761524941fcb2237ceb65082e504e5e48e62a05 (diff) | |
download | libsigrokdecode-12851357e784b893e24880efc6cd22a0cbcc64ce.tar.gz libsigrokdecode-12851357e784b893e24880efc6cd22a0cbcc64ce.zip |
All PDs: Bump api_version to 2.
Older libsigrokdecode versions are no longer able to use the current
versions of the PDs (various changes in syntax etc).
Diffstat (limited to 'decoders/mxc6225xu/pd.py')
-rw-r--r-- | decoders/mxc6225xu/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index c7b0830..e0c857f 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -60,7 +60,7 @@ status = { } class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'mxc6225xu' name = 'MXC6225XU' longname = 'MEMSIC MXC6225XU' |