diff options
Diffstat (limited to 'decoders/ieee488')
-rw-r--r-- | decoders/ieee488/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/ieee488/pd.py b/decoders/ieee488/pd.py index e39ecc5..4531cb3 100644 --- a/decoders/ieee488/pd.py +++ b/decoders/ieee488/pd.py @@ -300,7 +300,7 @@ class Decoder(srd.Decoder): ('eoi', 'EOI'), ('text', 'Talker text'), ('periph', 'IEC bus peripherals'), - ('warn', 'Warning'), + ('warning', 'Warning'), ) annotation_rows = ( ('bits', 'IEC bits', (ANN_RAW_BIT,)), @@ -309,7 +309,7 @@ class Decoder(srd.Decoder): ('eois', 'EOI', (ANN_EOI,)), ('texts', 'Talker texts', (ANN_TEXT,)), ('periphs', 'IEC peripherals', (ANN_IEC_PERIPH,)), - ('warns', 'Warnings', (ANN_WARN,)), + ('warnings', 'Warnings', (ANN_WARN,)), ) binary = ( ('raw', 'Raw bytes'), |