diff options
Diffstat (limited to 'decoders/nunchuk/nunchuk.py')
-rw-r--r-- | decoders/nunchuk/nunchuk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py index 46bf53c..3308bef 100644 --- a/decoders/nunchuk/nunchuk.py +++ b/decoders/nunchuk/nunchuk.py @@ -40,6 +40,7 @@ INIT = 3 INITIALIZED = 4 class Decoder(srd.Decoder): + api_version = 1 id = 'nunchuk' name = 'Nunchuk' longname = 'Nintendo Wii Nunchuk' |