]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/onewire_network/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / onewire_network / pd.py
index a9165726205c40e433b65542d442052741b615c1..23402a63ebae8dc86147b0f9a458cfebc8439478 100644 (file)
@@ -33,7 +33,7 @@ command = {
 }
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'onewire_network'
     name = '1-Wire network layer'
     longname = '1-Wire serial communication bus (network layer)'