From: Uwe Hermann Date: Fri, 10 Apr 2020 22:32:46 +0000 (+0200) Subject: ad5626: Drop unnecessary annotation_rows item. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=0cc630003335aa949644202e6c6b624a0c560890;p=libsigrokdecode.git ad5626: Drop unnecessary annotation_rows item. --- diff --git a/decoders/ad5626/pd.py b/decoders/ad5626/pd.py index 28d88f8..66ea54e 100644 --- a/decoders/ad5626/pd.py +++ b/decoders/ad5626/pd.py @@ -32,9 +32,6 @@ class Decoder(srd.Decoder): annotations = ( ('data', 'Data'), ) - annotation_rows = ( - ('data', 'Data', (0,)), - ) def __init__(self,): self.reset()