]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom93xx/pd.py
decoder: Accept more forms of "unconditional wait()" (None, no args)
[libsigrokdecode.git] / decoders / eeprom93xx / pd.py
index 5ae789f3f5c1fa103046eacfbbb21eb80d78f764..82c1ae85aa0800953bb1f4c8b26c91993cbf9805 100644 (file)
@@ -20,7 +20,7 @@
 import sigrokdecode as srd
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'eeprom93xx'
     name = '93xx EEPROM'
     longname = '93xx Microwire EEPROM'