diff options
Diffstat (limited to 'decoders/xfp/pd.py')
-rw-r--r-- | decoders/xfp/pd.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index 63e8aec..975215a 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -199,10 +199,10 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['xfp'] - annotations = [ - ['fieldnames-and-values', 'XFP structure field names and values'], - ['fields', 'XFP structure fields'], - ] + annotations = ( + ('fieldnames-and-values', 'XFP structure field names and values'), + ('fields', 'XFP structure fields'), + ) def __init__(self, **kwargs): # Received data items, used as an index into samplenum/data |