diff options
Diffstat (limited to 'decoders/ltc26x7')
-rw-r--r-- | decoders/ltc26x7/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
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() |