X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmdio%2Fpd.py;h=7c2fc5f3039b465bbe65fb5055c8eb21848d1c85;hb=e992ae3a525cbc0d6441bdf102dae347f1ccf6d0;hp=ed6cfef68f6081a226dd4fdf02c798297a7210e4;hpb=00177e99094dc8a186238c12ee205cac105f9108;p=libsigrokdecode.git diff --git a/decoders/mdio/pd.py b/decoders/mdio/pd.py index ed6cfef..7c2fc5f 100644 --- a/decoders/mdio/pd.py +++ b/decoders/mdio/pd.py @@ -62,7 +62,6 @@ class Decoder(srd.Decoder): ) def __init__(self): - self.initial_pins = [1, 1] self.illegal_bus = 0 self.samplenum = -1 self.clause45_addr = -1 # Clause 45 is context sensitive.