summaryrefslogtreecommitdiff
path: root/decoders/mxc6225xu/pd.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-04-14 22:14:39 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-04-15 10:43:49 +0200
commit12851357e784b893e24880efc6cd22a0cbcc64ce (patch)
tree9e91131ab8d77f5b350022a3467e6840c070b446 /decoders/mxc6225xu/pd.py
parentc761524941fcb2237ceb65082e504e5e48e62a05 (diff)
downloadlibsigrokdecode-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.py2
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'