From a430f3a9175c85faeb85cb45655a73503580fabf Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 11 Apr 2020 01:37:19 +0200 Subject: ltc26x7: Reduce unnecessarily many voltage formats. --- decoders/ltc26x7/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/ltc26x7') diff --git a/decoders/ltc26x7/pd.py b/decoders/ltc26x7/pd.py index 7883ccc..4b023b0 100644 --- a/decoders/ltc26x7/pd.py +++ b/decoders/ltc26x7/pd.py @@ -39,7 +39,7 @@ addresses = { 0x0F: ['All DACs', 'All'], } -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