diff options
Diffstat (limited to 'decoders/i2s')
-rw-r--r-- | decoders/i2s/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2s/pd.py b/decoders/i2s/pd.py index eb6a560..989a5a5 100644 --- a/decoders/i2s/pd.py +++ b/decoders/i2s/pd.py @@ -34,7 +34,7 @@ Packet: ''' class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'i2s' name = 'I²S' longname = 'Integrated Interchip Sound' |