summaryrefslogtreecommitdiff
path: root/decoders/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2c')
-rw-r--r--decoders/i2c/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py
index 6bf12b9..a8a2226 100644
--- a/decoders/i2c/pd.py
+++ b/decoders/i2c/pd.py
@@ -64,7 +64,7 @@ proto = {
}
class Decoder(srd.Decoder):
- api_version = 1
+ api_version = 2
id = 'i2c'
name = 'I²C'
longname = 'Inter-Integrated Circuit'