X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fltc26x7%2Fpd.py;h=69913c5ddd670dc67130f0803c29b93535a7df10;hb=5c9ab2c1d4baa2b2350b9ffe6e90f4d40d6f1c62;hp=ea05a25207d9b5c6141aef27377eca1d278bfbec;hpb=4d9f16409d6ffde7bef4d555eb4f07a2f2e946d6;p=libsigrokdecode.git diff --git a/decoders/ltc26x7/pd.py b/decoders/ltc26x7/pd.py index ea05a25..69913c5 100644 --- a/decoders/ltc26x7/pd.py +++ b/decoders/ltc26x7/pd.py @@ -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()