]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/nunchuk.py
srd: Add 'api_version = 1' to all PDs.
[libsigrokdecode.git] / decoders / nunchuk / nunchuk.py
index 46bf53cf85ff43753d830e387f2f73e7e1ec0775..3308bef392095500bd064045205ec170486d5240 100644 (file)
@@ -40,6 +40,7 @@ INIT = 3
 INITIALIZED = 4
 
 class Decoder(srd.Decoder):
+    api_version = 1
     id = 'nunchuk'
     name = 'Nunchuk'
     longname = 'Nintendo Wii Nunchuk'