X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Flpc%2Fpd.py;h=cdd1db8f4e6d25f696887adbe0893794453809b8;hp=5e838cf0e336febbcb52afa1f68baaf08dcba4e1;hb=1b9ef18be867133e721681cbc20272cf5c669504;hpb=6e19f3257d896cfa8c1afffbdbf58a88fa3b9327 diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index 5e838cf..cdd1db8 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/pd.py @@ -315,7 +315,7 @@ class Decoder(srd.Decoder): def decode(self): while True: # TODO: Come up with more appropriate self.wait() conditions. - pins = self.wait({'skip': 1}) + pins = self.wait() # If none of the pins changed, there's nothing to do. if self.oldpins == pins: