From 9fcac08ecbca6f72b96af985b5f513012d237a49 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 10 Apr 2020 21:56:40 +0200 Subject: ltc26x7: Fix the default for the 'chip' option. --- 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 e0c6a7d..7883ccc 100644 --- a/decoders/ltc26x7/pd.py +++ b/decoders/ltc26x7/pd.py @@ -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}, ) -- cgit v1.2.3-70-g09d2