diff options
Diffstat (limited to 'decoders/transitioncounter')
-rw-r--r-- | decoders/transitioncounter/transitioncounter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/transitioncounter/transitioncounter.py b/decoders/transitioncounter/transitioncounter.py index 44dda48..9506cee 100644 --- a/decoders/transitioncounter/transitioncounter.py +++ b/decoders/transitioncounter/transitioncounter.py @@ -28,7 +28,6 @@ class Decoder(srd.Decoder): name = 'Transition counter' longname = 'Pin transition counter' desc = 'Counts rising/falling edges in the signal.' - longdesc = '...' license = 'gplv2+' inputs = ['logic'] outputs = ['transitioncounts'] |