summaryrefslogtreecommitdiff
path: root/decoders/tlc5620
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/tlc5620')
-rw-r--r--decoders/tlc5620/pd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py
index 7a514e2..8c22b85 100644
--- a/decoders/tlc5620/pd.py
+++ b/decoders/tlc5620/pd.py
@@ -46,11 +46,11 @@ class Decoder(srd.Decoder):
]
options = {}
annotations = [
- ['dac_select', 'DAC select'],
+ ['dac-select', 'DAC select'],
['gain', 'Gain'],
['value', 'DAC value'],
- ['data_latch', 'Data latch point'],
- ['ldac_fall', 'LDAC falling edge'],
+ ['data-latch', 'Data latch point'],
+ ['ldac-fall', 'LDAC falling edge'],
]
def __init__(self, **kwargs):