]> sigrok.org Git - libsigrokdecode.git/commitdiff
ad5626: Rename an annotation class.
authorUwe Hermann <redacted>
Fri, 10 Apr 2020 22:36:43 +0000 (00:36 +0200)
committerUwe Hermann <redacted>
Sat, 11 Apr 2020 13:09:15 +0000 (15:09 +0200)
decoders/ad5626/pd.py

index 66ea54e4e9f0f6613a7f1c316f5052a9ec455fa3..453ee20822c0d1f2f8eb90dd16111eed16dcd3aa 100644 (file)
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
     outputs = []
     tags = ['IC', 'Analog/digital']
     annotations = (
-        ('data', 'Data'),
+        ('voltage', 'Voltage'),
     )
 
     def __init__(self,):