diff options
Diffstat (limited to 'decoders/lpc')
-rw-r--r-- | decoders/lpc/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index abaeb90..6e03966 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/pd.py @@ -96,7 +96,7 @@ fields = { } class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'lpc' name = 'LPC' longname = 'Low-Pin-Count' |