]> sigrok.org Git - libsigrokdecode.git/commitdiff
ltc26x7: Drop unnecessary annotation_rows item.
authorUwe Hermann <redacted>
Fri, 10 Apr 2020 19:27:16 +0000 (21:27 +0200)
committerUwe Hermann <redacted>
Sat, 11 Apr 2020 12:51:57 +0000 (14:51 +0200)
All annotation classes are on the same row anyway, and the row name
"LTC26x7 data" isn't all that much more useful than no row name at all.

decoders/ltc26x7/pd.py

index ea05a25207d9b5c6141aef27377eca1d278bfbec..69913c5ddd670dc67130f0803c29b93535a7df10 100644 (file)
@@ -62,9 +62,6 @@ class Decoder(srd.Decoder):
         ('address', 'Address'),
         ('data', '2 byte data'),
     )
-    annotation_rows = (
-        ('ltc26x7', 'LTC26x7 data', (0, 1, 2, 3)),
-    )
 
     def __init__(self):
         self.reset()