X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fjtag%2Fjtag.py;h=197d5a65462369683f2b073bbfa91d3d8f49541f;hp=5d404120e4f2ccb72afdc816a2ccdfac803ba0f1;hb=6e7a0087c5b3db987f5798d821f9e98848b650a6;hpb=6d990fe1dbf441eb9f090898e7c3a57889b26aef diff --git a/decoders/jtag/jtag.py b/decoders/jtag/jtag.py index 5d40412..197d5a6 100644 --- a/decoders/jtag/jtag.py +++ b/decoders/jtag/jtag.py @@ -27,7 +27,7 @@ class Decoder(srd.Decoder): id = 'jtag' name = 'JTAG' longname = 'Joint Test Action Group' - desc = 'TODO.' + desc = 'Protocol for testing, debugging, and flashing ICs.' license = 'gplv2+' inputs = ['logic'] outputs = ['jtag']