From: Uwe Hermann Date: Fri, 10 Apr 2020 22:36:43 +0000 (+0200) Subject: ad5626: Rename an annotation class. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=c10beafec69030be810314e61d6695cf13bad3ad;p=libsigrokdecode.git ad5626: Rename an annotation class. --- 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,):