X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Ftransitioncounter%2Ftransitioncounter.py;h=9506cee04fb46258e16d99e0d0c5e95d25ec00b3;hp=44dda482527cdcee7838e98ffaad0da79456c9aa;hb=122e9a90a54e034b93f554938896983d293edec1;hpb=0736708e58a10e1903c47d72fee5343cccb1ce95 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']