diff options
-rw-r--r-- | decoders/ad5626/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ad5626/pd.py b/decoders/ad5626/pd.py index 66ea54e..453ee20 100644 --- a/decoders/ad5626/pd.py +++ b/decoders/ad5626/pd.py @@ -30,7 +30,7 @@ class Decoder(srd.Decoder): outputs = [] tags = ['IC', 'Analog/digital'] annotations = ( - ('data', 'Data'), + ('voltage', 'Voltage'), ) def __init__(self,): |