X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fltc242x%2Fpd.py;fp=decoders%2Fltc242x%2Fpd.py;h=27ae5b99a23e82591c12cec78395b7f59b377fb8;hp=a1ef389d557cf4a9f455ab710bff606db0bfad8a;hb=42233a55607c17e7b6325dc231c66f35d2edbb22;hpb=81f6d8d0c0010865e94ff7ef29173ac7e39d97b4 diff --git a/decoders/ltc242x/pd.py b/decoders/ltc242x/pd.py index a1ef389..27ae5b9 100644 --- a/decoders/ltc242x/pd.py +++ b/decoders/ltc242x/pd.py @@ -19,7 +19,7 @@ import sigrokdecode as srd -input_voltage_format = ['%fV', '%fV', '%.6fV', '%.2fV'] +input_voltage_format = ['%.6fV', '%.2fV'] class Decoder(srd.Decoder): api_version = 3