From 58e7e508ded52194ed06a23a48f169779f4c7708 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 1 Feb 2014 23:38:25 +0100 Subject: lpc: Define annotation rows. --- decoders/lpc/pd.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index 788d61f..7153110 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/pd.py @@ -132,6 +132,10 @@ class Decoder(srd.Decoder): ['data', 'Data'], ['tar2', 'Turn-around cycle 2'], ] + annotation_rows = ( + ('data', 'Data', (1, 2, 3, 4, 5, 6, 7)), + ('warnings', 'Warnings', (0,)), + ) def __init__(self, **kwargs): self.state = 'IDLE' -- cgit v1.2.3-70-g09d2