diff options
-rw-r--r-- | decoders/ltc242x/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |