]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ad79x0/pd.py
ad79x0: Reduce unnecessarily many voltage formats.
[libsigrokdecode.git] / decoders / ad79x0 / pd.py
index d4dead9dbd42e54fd6e9a679f5e2c079f81504fb..d966ed947e9aa12e10531a84a95ddc265ae298f2 100644 (file)
@@ -25,7 +25,7 @@ modes = {
     2: ['Power Up Mode', 'Power Up', 'PU'],
 }
 
-input_voltage_format = ['%fV', '%fV', '%.6fV', '%.2fV']
+input_voltage_format = ['%.6fV', '%.2fV']
 
 validation = {
     'invalid': ['Invalid data', 'Invalid', 'N/A'],