X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Ft55xx%2Fpd.py;h=57838f0b768ab14c50153025e01ce5a49a0de45e;hb=92b7b49f6964f57a7d6fc4473645c993cfa4ba52;hp=87ebeba7adb865ea49124fd05f792957c88867a3;hpb=e2bc7a1e2f4e40250d117c587ad02343257d0f2a;p=libsigrokdecode.git diff --git a/decoders/t55xx/pd.py b/decoders/t55xx/pd.py index 87ebeba..57838f0 100644 --- a/decoders/t55xx/pd.py +++ b/decoders/t55xx/pd.py @@ -5,8 +5,8 @@ ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either data 2 of the License, or -## (at your option) any later data. +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -66,7 +66,7 @@ class Decoder(srd.Decoder): ('decode', 'Decode', (10,)), ) - def __init__(self, **kwargs): + def __init__(self): self.samplerate = None self.oldpin = None self.last_samplenum = None