X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmlx90614%2Fpd.py;h=c4a47c431b75f7d3b24bab3958cf0c010e37c4be;hp=3cd2dcbee8772918982565f8e3ed6a4aa8f3f57b;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3 diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 3cd2dcb..c4a47c4 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): self.state = 'IGNORE START REPEAT' self.data = [] - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mlx90614') self.out_ann = self.add(srd.OUTPUT_ANN, 'mlx90614')