]> sigrok.org Git - libsigrokdecode.git/commitdiff
counter: use local variables instead of instance variables
authorGerhard Sittig <redacted>
Sun, 27 May 2018 07:35:25 +0000 (09:35 +0200)
committerUwe Hermann <redacted>
Tue, 29 May 2018 21:57:48 +0000 (23:57 +0200)
Since values get accessed within the .decode() method exclusively, we need
not store data in instance variables of the decoder object. Use another
variable for the "reset edge" option as well for consistency.


No differences found