diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/mx25lxx05d/pd.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 754729d..76319db 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -102,6 +102,11 @@ class Decoder(srd.Decoder): ['bits2', 'Bits2'], ['warnings', 'Warnings'], ] + annotation_rows = ( + ('bits', 'Bits', (24, 25)), + ('commands', 'Commands', tuple(range(23 + 1))), + ('warnings', 'Warnings', (26,)), + ) def __init__(self, **kwargs): self.state = None |