From 3d3da57d7e7a7414e012e86dde32530e01b4dc45 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Jan 2012 21:41:41 +0100 Subject: Improve 'longname' PD strings, use in 'sigrok-cli -V'. --- decoders/transitioncounter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/transitioncounter.py') 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' -- cgit v1.2.3-70-g09d2