diff options
Diffstat (limited to 'decoders/ddc.py')
-rw-r--r-- | decoders/ddc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ddc.py b/decoders/ddc.py index 58c74a4..b4681d0 100644 --- a/decoders/ddc.py +++ b/decoders/ddc.py @@ -37,7 +37,7 @@ class Decoder(sigrokdecode.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['ddc'] - annotation = [ + annotations = [ ["Byte stream", "DDC byte stream as read from display."], ] |