X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2Fpd.py;h=d860c9da4f216a24a3f2b0b6cf14d64bca96f59c;hp=229331fd393d0e917ab5bc0624df7218f9d6a3ce;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 229331f..d860c9d 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## import sigrokdecode as srd @@ -48,7 +47,7 @@ class Decoder(srd.Decoder): ('text', 'Human-readable text'), ) - def __init__(self, **kwargs): + def __init__(self): self.trn_beg = 0 self.trn_end = 0 self.state = 'ROM'