]> sigrok.org Git - libsigrokdecode.git/commitdiff
ad5626: Drop unnecessary annotation_rows item.
authorUwe Hermann <redacted>
Fri, 10 Apr 2020 22:32:46 +0000 (00:32 +0200)
committerUwe Hermann <redacted>
Sat, 11 Apr 2020 13:09:15 +0000 (15:09 +0200)
decoders/ad5626/pd.py

index 28d88f8b1a7646073a80d6cc740f2ee2c075967f..66ea54e4e9f0f6613a7f1c316f5052a9ec455fa3 100644 (file)
@@ -32,9 +32,6 @@ class Decoder(srd.Decoder):
     annotations = (
         ('data', 'Data'),
     )
-    annotation_rows = (
-        ('data', 'Data', (0,)),
-    )
 
     def __init__(self,):
         self.reset()