diff options
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r-- | decoders/nunchuk/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index 59b1028..9f1388f 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -39,11 +39,11 @@ class Decoder(srd.Decoder): ('nunchuk-write', 'Nunchuk write'), ('cmd-init', 'Init command'), ('summary', 'Summary'), - ('warnings', 'Warnings'), + ('warning', 'Warning'), ) annotation_rows = ( ('regs', 'Registers', tuple(range(13))), - ('summary', 'Summary', (13,)), + ('summaries', 'Summaries', (13,)), ('warnings', 'Warnings', (14,)), ) |