diff options
Diffstat (limited to 'decoders/ltc242x')
-rw-r--r-- | decoders/ltc242x/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/ltc242x/pd.py b/decoders/ltc242x/pd.py index 9bb6cc3..dec8b29 100644 --- a/decoders/ltc242x/pd.py +++ b/decoders/ltc242x/pd.py @@ -37,8 +37,8 @@ class Decoder(srd.Decoder): ('input', 'Input voltage'), ) annotation_rows = ( - ('channel', 'Channel', (0,)), - ('input', 'Input voltage', (1,)), + ('channels', 'Channels', (0,)), + ('inputs', 'Input voltages', (1,)), ) options = ( {'id': 'vref', 'desc': 'Reference voltage (V)', 'default': 1.5}, |