diff options
Diffstat (limited to 'decoders/ade77xx/pd.py')
-rw-r--r-- | decoders/ade77xx/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ade77xx/pd.py b/decoders/ade77xx/pd.py index 053575e..2871025 100644 --- a/decoders/ade77xx/pd.py +++ b/decoders/ade77xx/pd.py @@ -26,7 +26,7 @@ import sigrokdecode as srd from .lists import * class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'ade77xx' name = 'ADE77xx' longname = 'Analog Devices ADE77xx' |