X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Ftiming%2Fpd.py;fp=decoders%2Ftiming%2Fpd.py;h=be600e906b0beffd3abc89cba882404fb35d9161;hb=e6282a1ad7c7f15e52341c9323b17b59827ed4e8;hp=c88b8b50358ad7acbc2493d71836349097cb2ae7;hpb=a93601346b535c48c18d03e0d67c3d8f7243f313;p=libsigrokdecode.git diff --git a/decoders/timing/pd.py b/decoders/timing/pd.py index c88b8b5..be600e9 100644 --- a/decoders/timing/pd.py +++ b/decoders/timing/pd.py @@ -75,7 +75,6 @@ class Decoder(srd.Decoder): def __init__(self): self.samplerate = None - self.oldpin = None self.last_samplenum = None self.last_n = deque() self.chunks = 0