X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Ftransitioncounter.py;h=8cb32bb772029507ec8e721f3bf3622e61843dd5;hb=5dd1c937a764a1517a8e12d10af6c3fcb9c8b3c9;hp=ded3a3d1c8361acb6f9b9e3a8066e8e0920e150c;hpb=dbbee4bf6c71d7b3403e465a9dd481962fe7c77b;p=libsigrokdecode.git diff --git a/decoders/transitioncounter.py b/decoders/transitioncounter.py index ded3a3d..8cb32bb 100644 --- a/decoders/transitioncounter.py +++ b/decoders/transitioncounter.py @@ -23,7 +23,7 @@ import sigrokdecode as srd class Decoder(srd.Decoder): id = 'transitioncounter' name = 'Transition counter' - longname = '...' + longname = 'Pin transition counter' desc = 'Counts rising/falling edges in the signal.' longdesc = '...' author = 'Uwe Hermann'