From a2c2afd9357fab233a4f09531618faa81d54d4d9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 15 Jan 2012 20:41:46 +0100 Subject: srd: Add 'api_version = 1' to all PDs. --- decoders/nunchuk/nunchuk.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/nunchuk') 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' -- cgit v1.2.3-70-g09d2