From 42233a55607c17e7b6325dc231c66f35d2edbb22 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 10 Apr 2020 22:27:11 +0200 Subject: ltc242x: Reduce unnecessarily many voltage formats. --- decoders/ltc242x/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/ltc242x') 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 -- cgit v1.2.3-70-g09d2