]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / i2s / pd.py
index eb6a56050115b3c34e078a6302401b4dffdcd365..989a5a5eaf9433ec653b60d3bf12c0d4f4e82468 100644 (file)
@@ -34,7 +34,7 @@ Packet:
 '''
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'i2s'
     name = 'I²S'
     longname = 'Integrated Interchip Sound'