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 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},
)