]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lm75/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / lm75 / pd.py
index c8f4a1a55a8bb8ff3ebdb5cb672e571bc45f6e68..d65fb4d30fc926f514d96f7842e1d4a4e4262ad5 100644 (file)
@@ -39,7 +39,7 @@ ft = {
 }
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'lm75'
     name = 'LM75'
     longname = 'National LM75'