diff options
Diffstat (limited to 'decoders/nunchuk/pd.py')
-rw-r--r-- | decoders/nunchuk/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index 6a6b4e9..de6e157 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -20,7 +20,7 @@ import sigrokdecode as srd class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'nunchuk' name = 'Nunchuk' longname = 'Nintendo Wii Nunchuk' |