]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag/jtag.py
srd: Cosmetics.
[libsigrokdecode.git] / decoders / jtag / jtag.py
index baeb764e43a2e7d9aee13f91a124a8260b1e9ae6..4e27ce8477cdb09d48214f7143e81b093efbccce 100644 (file)
@@ -26,7 +26,7 @@ class Decoder(srd.Decoder):
     api_version = 1
     id = 'jtag'
     name = 'JTAG'
-    longname = 'Joint Test Action Group'
+    longname = 'Joint Test Action Group (IEEE 1149.1)'
     desc = 'Protocol for testing, debugging, and flashing ICs.'
     license = 'gplv2+'
     inputs = ['logic']