diff options
Diffstat (limited to 'decoders/eeprom24xx')
-rw-r--r-- | decoders/eeprom24xx/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/eeprom24xx/pd.py b/decoders/eeprom24xx/pd.py index 033a44b..549ee2d 100644 --- a/decoders/eeprom24xx/pd.py +++ b/decoders/eeprom24xx/pd.py @@ -38,7 +38,7 @@ class Decoder(srd.Decoder): ) annotations = ( # Warnings - ('warnings', 'Warnings'), + ('warning', 'Warning'), # Bits/bytes ('control-code', 'Control code'), ('address-pin', 'Address pin (A0/A1/A2)'), |