]> sigrok.org Git - libsigrokdecode.git/commitdiff
ltc26x7: Fix the default for the 'chip' option.
authorUwe Hermann <redacted>
Fri, 10 Apr 2020 19:56:40 +0000 (21:56 +0200)
committerUwe Hermann <redacted>
Sat, 11 Apr 2020 12:51:57 +0000 (14:51 +0200)
decoders/ltc26x7/pd.py

index e0c6a7da4c858d4df52fad4b15dc487cb07daa9d..7883ccc1c2bcd8e41eea785683605434a69319de 100644 (file)
@@ -52,7 +52,7 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['IC', 'Analog/digital']
     options = (
-        {'id': 'chip', 'desc': 'Chip', 'default': 'ltc26x7',
+        {'id': 'chip', 'desc': 'Chip', 'default': 'ltc2607',
             'values': ('ltc2607', 'ltc2617', 'ltc2627')},
         {'id': 'vref', 'desc': 'Reference voltage (V)', 'default': 1.5},
     )