X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Ftlc5620%2Fpd.py;h=f8c90d96b52c05c818bdd89d949edf4e75174ea9;hb=35e92b7bc6f40232144a7e6c9875ef02dbc6faa5;hp=1487f917ac3b58a0c50fdf0b07928079a2e4e176;hpb=c761524941fcb2237ceb65082e504e5e48e62a05;p=libsigrokdecode.git diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py index 1487f91..f8c90d9 100644 --- a/decoders/tlc5620/pd.py +++ b/decoders/tlc5620/pd.py @@ -28,7 +28,7 @@ dacs = { } class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'tlc5620' name = 'TI TLC5620' longname = 'Texas Instruments TLC5620'