diff options
Diffstat (limited to 'decoders/graycode')
-rw-r--r-- | decoders/graycode/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/graycode/pd.py b/decoders/graycode/pd.py index 09f4a0e..63014a2 100644 --- a/decoders/graycode/pd.py +++ b/decoders/graycode/pd.py @@ -77,7 +77,7 @@ class Decoder(srd.Decoder): id = 'graycode' name = 'Gray code' longname = 'Gray code and rotary encoder' - desc = 'Accumulate rotary encoder increments, provide timing statistics.' + desc = 'Accumulate rotary encoder increments, provide statistics.' license = 'gplv2+' inputs = ['logic'] outputs = ['graycode'] |