summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'decoders')
-rw-r--r--decoders/ltc26x7/pd.py2
1 files changed, 1 insertions, 1 deletions
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