summaryrefslogtreecommitdiff
path: root/decoders/lpc/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lpc/pd.py')
-rw-r--r--decoders/lpc/pd.py2
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'