]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/midi/pd.py
spi: Add mx25l1605d_probe test case.
[libsigrokdecode.git] / decoders / midi / pd.py
index 7c4fa9afd794cfc6e0739e3398bddef6e46eb32b..2bd1d89995df6a8384e9d38e28f120d77ae1a556 100644 (file)
@@ -18,8 +18,6 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-# MIDI protocol decoder
-
 import sigrokdecode as srd
 from .lists import *
 
@@ -39,8 +37,7 @@ class Decoder(srd.Decoder):
     optional_probes = []
     options = {}
     annotations = [
-        ['Text (verbose)', 'Human-readable text (verbose)'],
-        # ['Text', 'Human-readable text'],
+        ['text-verbose', 'Human-readable text (verbose)'],
     ]
 
     def __init__(self, **kwargs):