summaryrefslogtreecommitdiff
path: root/decoders/eeprom93xx
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/eeprom93xx')
-rw-r--r--decoders/eeprom93xx/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/eeprom93xx/pd.py b/decoders/eeprom93xx/pd.py
index 5ae789f..82c1ae8 100644
--- a/decoders/eeprom93xx/pd.py
+++ b/decoders/eeprom93xx/pd.py
@@ -20,7 +20,7 @@
import sigrokdecode as srd
class Decoder(srd.Decoder):
- api_version = 2
+ api_version = 3
id = 'eeprom93xx'
name = '93xx EEPROM'
longname = '93xx Microwire EEPROM'