]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mx25lxx05d/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / mx25lxx05d / pd.py
index 105414e646fbd897f0faae4ecddd9cce1c1904e7..a6c72d8854e54fbd7034147fe41c045502f62742 100644 (file)
@@ -83,7 +83,7 @@ def decode_status_reg(data):
     return ret
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'mx25lxx05d'
     name = 'MX25Lxx05D'
     longname = 'Macronix MX25Lxx05D'