]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/midi/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / midi / pd.py
index 1a553ead10df93fbf3bc0a1cde9d29e472def1aa..b1f0053c912b86c44a374381ac183dedae82751c 100644 (file)
@@ -25,7 +25,7 @@ RX = 0
 TX = 1
 
 class Decoder(srd.Decoder):
 TX = 1
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'midi'
     name = 'MIDI'
     longname = 'Musical Instrument Digital Interface'
     id = 'midi'
     name = 'MIDI'
     longname = 'Musical Instrument Digital Interface'