diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-03-25 09:39:44 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-03-28 01:19:26 +0200 |
commit | 122e9a90a54e034b93f554938896983d293edec1 (patch) | |
tree | e4f0dbd668432246c017f68b0a74e0c04c9a8dc4 /decoders/transitioncounter | |
parent | 0736708e58a10e1903c47d72fee5343cccb1ce95 (diff) | |
download | libsigrokdecode-122e9a90a54e034b93f554938896983d293edec1.tar.gz libsigrokdecode-122e9a90a54e034b93f554938896983d293edec1.zip |
srd: PDs: Kill obsolete 'longdesc' entries.
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'] |